what is the diff between struts1.0 and struts2.0
Answer Posted / sourabh sharma
There are few enhancements made. First to be simple in the
change in the configuration file. In 1.x it was struts-
config.xml and in struts 2.x it is struts.xml. In Struts
1.x we were writing separte java beans for action forms
wheras in struts 2.x, we write getters and setters in
action classes. There are many changes.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Which file is used by controller to get mapping information for request routing?
What is the purpose of @result?
What is the purpose of @emailvalidator?
What is controller in struts2?
State an example of struts configuration file as an action parameter for action servlet.
What is the default location of result pages and how can we change it?
Can we integrate struts with spring?
Explain struts.devmode?
What’s the difference between struts and turbine?
What is struts in j2ee?
What is the purpose of form-beans tag in struct-config.xml?
What is apache struts vulnerability?
Explain about logic match tag?
What is xml based validation in struts2?
Explain about tiles?