Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

given a database, how do you generate CRUD forms for Java EE?

given a database schemas, is it possible to automatically generate forms for crud operations on the tables?

like image 744
zeroin23 Avatar asked Apr 06 '10 13:04

zeroin23


2 Answers

You can use Telosys Tools, an Eclipse plugin working from an existing database with customizable Velocity templates

Just plug your database, and get some templates availables on GitHub. There are templates for Spring Data, AngularJS, JPA...

See: https://sites.google.com/site/telosystools/

like image 127
maxoumime Avatar answered Sep 29 '22 20:09

maxoumime


If you use Seam, and using seam-gen it can generate an entire functional crud for you by providing a database.

like image 38
Shervin Asgari Avatar answered Sep 29 '22 20:09

Shervin Asgari