2006/05/02 09:33 Developer
webwork - xwork : introduction
XWORK is a generic comman pattern framework.
http://www.opensymphony.com/xwork/wikidocs/Introduction.html
The Purpose
Features
XWork is an command-pattern framework that is used to power WebWork as well as other applications. XWork provides an Inversion of Control container, a powerful expression language, data type conversion, validation, and pluggable configuration.
http://www.opensymphony.com/xwork/wikidocs/Documentation.html
How does XWORK relate to Webwork
Webwork 2.0+ is built on top of XWORK and povides web-specific features that allow you to quickly build web applications using XWORK`s command pattern and interceptor framework.
http://www.opensymphony.com/xwork/wikidocs/Introduction.html
The Purpose
- To create a generic, reusable, and extensible command pattern framework not tied to any particular usage.
Features
- Flexible and customizable configuration based on a simple Configuration interface
- Core command pattern framework which can be customized abd extended throgh the use of intereptors to fit any request/response environment
- Built in type conversion and action property validation using Ornl
- Powerful validation framework based on runtime attribute and a validation interceptor.
XWork is an command-pattern framework that is used to power WebWork as well as other applications. XWork provides an Inversion of Control container, a powerful expression language, data type conversion, validation, and pluggable configuration.
http://www.opensymphony.com/xwork/wikidocs/Documentation.html
How does XWORK relate to Webwork
Webwork 2.0+ is built on top of XWORK and povides web-specific features that allow you to quickly build web applications using XWORK`s command pattern and interceptor framework.