tags:

views:

17

answers:

2

For a JSP/Servlet based app (not using any other fancy Java framework) running on Tomcat and accessing data on SQL Server 2008, what the easiest way to create simple admin pages for the database tables with CRUD functionality?

A: 

Well Using a springmvc framework you can have exactly what you want here : http://webprojectemplate.wordpress.com a simple admin page with crud on a user/note/role table.

stunaz
A: 
  • Hibernate + Spring
  • Hibernate + JSF + any Ajax JSF components(IceFaces)
  • Hibernate + Spring + ZK
jebberwocky