On 2/14/07 9:46 AM, "Ian Roughley" <[EMAIL PROTECTED]> wrote:

> I remember seeing Groovy support on a blog for WebWork a while back.  I
> think the implementation was a new ActionProxy, so the groovy actions
> could be scripted dynamically at run time and the page only needed to be
> refreshed.  For some reason, pre-compiling the groovy actions into class
> files, and using the language that way didn't register with me.

Oooh... I was thinking about something like that, where you would not need
to keep reloading the application, but be able to change the script, have it
dynamically recompile and simply hit reload. Kind of like you can do with
JSP files under the Maven Jetty Plugin.

I'll do some looking around and see if I can find anything on this.

Thanks,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to