|
Other Features not mentioned in detail
Action packaging
This allows you to jar up a set of Action classes and include the xwork.xml file as an include in the master xwork.xml file. You can also do the same for Velocity views, which, if used together will allow you to componentize your application for easier sharing of pieces of functionality.
UI Components and Custom components
Webwork allows you to create reusable, skinnable user interface components like a calendar date picker that so many weblogs seem to have these days.
Namespaces and Packages
You can bundle up configurations in xwork.xml into packages which can be used to extend other packages, gaining access to all actions, interceptors, etc. Add namespaces with the packaging and you can create action aliases with different classes giving you the ability to have RegisterAction.action in one namespace point to a different class in another namespace. |
|