Re: [OT] Re: [s2] Groovy Actions in Struts 2

2007-02-25 Thread Ted Husted
Most often, the Actions work as an adapter between a view layer and a general-purpose business facade. Because the Actions select a token indicating a result, the Actions tend to be bound to some type of navigational system. A classic Action passes input values to the business facade, and the busi

[OT] Re: [s2] Groovy Actions in Struts 2

2007-02-16 Thread Dave Newton
--- Ian Roughley <[EMAIL PROTECTED]> wrote: > > I'm not sure what you mean by that... it's just a > > class; it happens to be compiled on-the-fly during > > bean instantiation. Not much else is different. > Yes, but it feels to me like you are reaching back > into the business service tier to creat