Re: [s2] Struts 2 and Groovy: Groovy Works

2007-03-11 Thread Mark Menard
On 3/11/07 1:20 PM, "Dave Newton" <[EMAIL PROTECTED]> wrote: > --- Mark Menard <[EMAIL PROTECTED]> wrote: >> [GroovyWorks] > > Oops, also wanted to ask [OT] about mixing Groovy/Java > actions; I'm assuming that it only does something > special if it's a .groovy action and does normal > Spring stu

Re: [s2] Struts 2 and Groovy: Groovy Works

2007-03-11 Thread Mark Menard
On 3/11/07 1:17 PM, "Dave Newton" <[EMAIL PROTECTED]> wrote: > --- Mark Menard <[EMAIL PROTECTED]> wrote: >> Take a look: http://www.vitarara.org/cms/groovyworks > > Is this primarily a classloader for Groovy actions so > you don't need to define them in an applicationContext > config? Yes, beca

Re: [s2] Struts 2 and Groovy: Groovy Works

2007-03-11 Thread Dave Newton
--- Mark Menard <[EMAIL PROTECTED]> wrote: > [GroovyWorks] Oops, also wanted to ask [OT] about mixing Groovy/Java actions; I'm assuming that it only does something special if it's a .groovy action and does normal Spring stuff otherwise? Thanks, d.

Re: [s2] Struts 2 and Groovy: Groovy Works

2007-03-11 Thread Dave Newton
--- Mark Menard <[EMAIL PROTECTED]> wrote: > Take a look: http://www.vitarara.org/cms/groovyworks Is this primarily a classloader for Groovy actions so you don't need to define them in an applicationContext config? d. __