0

I've been away from web java for some time and now I have to develop a simplified database manager, basically a web interface for select, update, delete and create controllers for existing tables without having to use SQL directly.

My question is, JSF with SQL queries would be enough ? I was thinking about using JSF + Hibernate but since i won't be using these entities for anything other than a simple display of information, i thought it might be like using a bazooka against an ant.

What would you guys suggest ?

Thanks in advance

PS: If this isn't the kind of question to be made here on SO, let me know and i will take it down...

4

1 に答える 1

2

個人的には「バズーカvsアリ」の状況になるとは思いません。SQLは確かに必要なものには十分ですが、付属するすべての機能だけでなく、コモディティにもHibernate(または他のJPA実装)を使用したいと思います:)

また、将来登場する可能性のあるより複雑なアプリケーションにとっては非常に良い方法であるため、このようなソリューションを使用します。JPAに精通していることは常に良いことです。

于 2012-11-01T12:22:39.580 に答える