Reverse engineer a legacy database to a Grails domain model.
A java GUI will be be available from which database tables can be selected and mapped to grails domain objects.
Categories
Front-EndsLicense
GNU General Public License version 2.0 (GPLv2)Follow Grails Application Generator
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
This program is very good for starting a set of domain classes based on a database to use in Grails. The classes may often require some tweaking to get relationships correct. One other item to watch for is that all fields which are primary keys will be set to autogenerate, even if they are strings, where this will cause errors. To fix those, set the generator type in the mapping of the domain class to 'assigned'.