ActionServlet 0.94beta2
(http://www.actionframework.org)
Highlights
* bugfixes (including recently reported bugs)
* added ActionServlet.getClassLoader() - for custom classloading
* <include-template> 'name' attribute is now evaluated as expression
* <on-exception>s may be nested also in <template> and <templates>
* improvements and fixes in API documentation and Specification
* examples simplified: Shop components use a new JDBC design pattern, Shop.xml reduced by 75 lines - uses new <validate>, <pre-invoke> and <include-template> elements, custom exceptions are used instead of error codes; many examples now use <on-exception> elements
ActionServlet 0.94beta
(http://www.actionframework.org)
Highlights
----------
* added new ActionConfig elements: <pre-invoke>, <post-invoke>,
<validate>, <include-template> - see Specification for more info
* <on-exception>s may be nested also in <components> and have a new
optional attribute "rethrow-if" to enable exception propagation,
ConversionException may be now also processed by <on-exception>s... read more