Hibernate CRUD à la Ruby on Rails' Scaffolding
Posted
by schonarth
on Stack Overflow
See other posts from Stack Overflow
or by schonarth
Published on 2008-10-31T23:33:26Z
Indexed on
2010/05/24
8:51 UTC
Read the original article
Hit count: 367
Guys,
Do you know of any tool that would do like Ruby on Rails' Scaffolding (create simple CRUD pages for any particular class to allow quickly populating a database with dummy data), only which used Java classes with Hibernate for database access, and JSP/JSF for the pages?
It is a drag when you are programming one part of an application, but need data that can only be added with another part that is not ready yet, or very cumbersomely by directly inserting it into the DB.
© Stack Overflow or respective owner