Apache Struts 2 development build
Java, Web Framework | (2)
The first development build (2.0.1) of Apache Struts 2 project has been released.
From Planet Struts News:
Struts 2 was originally known as WebWork 2. After working independently for several years, the WebWork and Struts communities joined forces to create Struts 2. This new version of Struts is designed to be simpler to use and closer to how Struts was always meant to be. Some key changes are:
Smarter!
Improved Design - All Struts 2 classes are based on interfaces. Core interfaces are HTTP independent.
Intelligent Defaults - Most configuration elements have a default value that we can set and forget.
Enhanced Results - Unlike ActionForwards, ...