[Stripes-users] Stripes and Groovy

2010-12-21 Thread Søren Pedersen
Hi guys I have read something about using Stripes and Groovy together and have seen some references around the web, but I can't seem to find a How-to somewhere. There is a reference to an article on DZone by Freddy, but it points to nowhere. Can anybody help?

Re: [Stripes-users] Stripes and Groovy

2010-12-21 Thread VANKEISBELCK Remi
Hi folks, Well, it's more an intro to Groovy than a real Groovy/Stripes integration... I think that back in the days someone had written a real ActionBeanResolver for Groovy, using GroovyClassLoader, that allowed hot class reload etc. It really leveraged some of the groovy features, not just

Re: [Stripes-users] Stripes and Groovy

2010-12-21 Thread Søren Pedersen
Hi Freddy and Remi Thanks alot for the article, Freddy. Will try it out :) I am looking into this to see if we can use the syntactically sugar from Groovy. I understand what you are saying, Remi and I guess there might be more to it than just compile the action bean with Groovy. But anyway, we

Re: [Stripes-users] Stripes and Groovy

2010-12-21 Thread VANKEISBELCK Remi
Hi Yes I understand : I hate to write Java code, so I'm Groovy-ing whenever I can as well :) If you use maven, you have almost nothing to do in order to integrate groovy compilation : there's the gmaven plugin that does it all. It hooks in the maven lifecycle to do the mixed java/groovy

Re: [Stripes-users] Stripes and Groovy

2010-12-21 Thread Søren Pedersen
Whaow cool! Thanks, Remi :) This is going to be fun :) Cheers Søren Den 21/12/2010 13.50 skrev VANKEISBELCK Remi r...@rvkb.com: Hi Yes I understand : I hate to write Java code, so I'm Groovy-ing whenever I can as well :) If you use maven, you have almost nothing to do in order to