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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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'.