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
nel_h2
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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'.