Issue
I am looking for some framework in java which can directly create html forms from database tables for crud operations on DB?
Solution
Spring Roo builds entities, pages and controllers based on Spring MVC,JPA. It can detect changes in the database. It is interesting that leaves no dependencies at runtime so, elements can be modified as regular Spring MVC elements, or you can add your own controllers, views, etc.
It has its limitations, of course, but it can be useful.
Answered By - madth3
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.