Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 0.3, 0.4
-
Fix Version/s: 3.0
-
Component/s: Scaffolding
-
Labels:None
Description
The current version of Grails is Java centric - and this is good and important- so the main component is class, busines class to be exact.
For some developer the database is still the center of the world, and it will be helpful to allow then to generate their application from the existing schema instead of forcing them to create the business class first. This is very close to the current RoR approach.
Issue Links
- duplicates
-
GRAILS-493
Generate domain classes from existing tables
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
There is a separate project that allows you to do this:
http://grag.sourceforge.net/
We could consider incorporating this or something similar for Grails 2.0.