|
Grails Automation Issue -
05-11-2009, 06:05 PM
Hey there,
maybe somebody here have a solution.
The Problem is we are going to face a real big Grails Project and we are mostly running it in the terminal want to set it up o ndiffrent machines and so we need something to speed up our life.
I imagine something like a Script which generates Domain Classes but in a more unusual way like this
grails create-domain-class Book String Title String Author Integer Price
etc
so hopefully I can write a shell script which creates me the domain-classes with the data variables in it.
I allready was thinking about change the CreateDomainClass.groovy somehow or maybe the templates but I have no idea what to change and where!
greetings from berlin
|