Recently I started working with Grails and I am very much impressed with its capabilities and kind of digging deep now.
Being used MyEclipse extensively I started searching for tool to create groovy domain objects from mysql database. But no luck I couldn't able to find any tools or scripts. So I created one which suits my needs presently. Feel free to use it any way you like.
Features
- Converts Plural table names to Singular form
- Removes underscores (_) and capitalizes first letter of every word.