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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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'.