Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by GarethEvans: http://wiki.apache.org/struts/StrutsAndSpring ------------------------------------------------------------------------------ === Using Spring and Groovy to quick prototype actions === - Spring 2.0 adds support for scripted beans. This mean a script engine can be used to run a script that will look like a regular java class. + Spring 2.0 adds support for scripted beans. This means a script engine can be used to run a script that will look like a regular java class. Struts also support scripted actions, but this requires to change the struts config. This may be a good option, but not if you want your production web application to use compiled java classes, and just use scripting support for quick application prototyping.