Re: groovy pet project

2008-06-16 Thread dusty
ROTECTED] >> >> > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] &g

Re: groovy pet project

2008-06-16 Thread Musachy Barroso
I am using GMaven atm: http://groovy.codehaus.org/GMaven, but I will take a look at it, thanks. musachy On Mon, Jun 16, 2008 at 3:00 AM, Al Sutton <[EMAIL PROTECTED]> wrote: > You might want to look at http://gant.codehaus.org/ if you don't already > have a build setup. > > Al. > > Musachy Barros

Re: groovy pet project

2008-06-16 Thread Al Sutton
You might want to look at http://gant.codehaus.org/ if you don't already have a build setup. Al. Musachy Barroso wrote: I needed a pet project to learn Groovy, so I have been playing with an app to generate Struts 2 CRUD applications. http://code.google.com/p/strutson/. The generated blank ap

groovy pet project

2008-06-15 Thread Musachy Barroso
I needed a pet project to learn Groovy, so I have been playing with an app to generate Struts 2 CRUD applications. http://code.google.com/p/strutson/. The generated blank app uses Convention, REST, Spring, Sitemesh, JPA (Hibernate) and HSQL. The generated CRUDs mimics rest-showcase with css shamel