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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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'.