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...