Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
webwork: Web application framework for J2EE
- Summary
- WebWork is a Java web-application development framework.
It is built specifically with developer productivity and
code simplicity in mind. WebWork is built on top of XWork,
which provides a generic command pattern framework as well
as an Inversion of Control container. In addition to these
features, WebWork provides robust support for building
reusable UI templates, such as form controls, UI themes,
internationalization, dynamic form parameter mapping to
JavaBeans, robust client and server side validation,
and much more.
Changelog
- * Wed Sep 21 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:2.1.7-1jpp
-
- Update to 2.1.7
- Require jasperreports-1.0.0
- Patch for jfreechart-0.9.21 and require it
- Patch for our pell-multipart
- One xwork/ognl related unit test failing
- * Wed Feb 16 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.4-5jpp
-
- Patch for jasperreports-0.6.4 and require it
- * Mon Aug 30 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.4-4jpp
-
- Build with ant-1.6.2
- Needs ant-junit and ant-nodeps