What is the best framework for developing a Java CRUD for an existent database?

Posted by Otavio on Stack Overflow See other posts from Stack Overflow or by Otavio
Published on 2010-06-06T15:11:07Z Indexed on 2010/06/06 15:12 UTC
Read the original article Hit count: 357

Filed under:
|
|

We have a Java application with lots of config tables on the database (Oracle). We'd like to have Web-based GUIs for setting up these tables, that we currently update via SQL queries. What is the simplest way to develop CRUDs for a subset of our database? Is there any Java-based framework for doing this?

© Stack Overflow or respective owner

Related posts about java

Related posts about frameworks