what is the diff between struts1.0 and struts2.0
Answers were Sorted based on User's Feedback
Answer / abhi
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, you can go through
apache struts website.
| Is This Answer Correct ? | 12 Yes | 6 No |
Answer / 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 |
How many struts config file in a struts application?
What is the need of struts?
what is the use of cvs in struts?
What are the ways in which duplicate form submission can occur?
What are the benefits of Interceptors in Struts2?
Which components are available using actioncontext map?
Explain the difference between jakarta struts and apache struts?
What is the purpose of @result annotation?
What is difference between actionform and dynaactionform?
What applications use apache struts?
what is the disadvantage of struts frame work?
What are the two types of validations supported by validator framework?