|
|
Struts 1.0 and 1.1
The
new features added to Struts 1.1 are
1. |
RequestProcessor
class |
2. |
Method
perform() replaced by execute() in Struts
base Action Class |
3.
4.
5.
6.
7.
8.
9
10.
11.
12.
13.
|
Changes
to web.xml and struts-config.xml
Declarative exception handling
Dynamic ActionForms
Plug-ins
Multiple Application Modules
Nested Tags
The Struts Validator
Change to the ORO package
Change to Commons logging
Removal of Admin actions
Deprecation of the GenericDataSource |
|
|
|
|