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 |
What configuration files are used in struts?
What do you mean by dynaactionform?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is apache struts vulnerability?
How can we integrate log4j in Struts2 application?
How can we group related actions in one group in Struts?
Can we have different controllers in one struts app?
Can you explain aware interfaces in struts2?
What is actionmapping?
Are struts still used?
What is Portlet???? when,where and why we use it ??
3 Answers Infotech, Rebaca, Wipro,
what is use of assert keyword in java..?