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
Where can I get a copy of struts?
What are the benefits of Struts framework?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Does apache struts run on windows?
Which interceptor is responsible for i18n support?
What’s the difference between struts and espresso?
How do you find the struts version being used in a project?
In how many ways duplicate form submission can occurs?
What are the Core classes of Struts Framework?
How can we integrate log4j in Struts2 application?
Explain about the
What’s the utilization of struts.xml configuration file?
What configuration files are used in struts?
How to get data from the velocity page in a action class?
What are the two different types of validations that the validator framework supports?