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
What is the purpose of @emailvalidator annotation?
Do I have to credit struts on my own website?
Explain about the validation steps which have to be carried during validation of client-side address?
What is the difference between shocks and struts?
Can I have html form property without associated getter and setter formbean methods?
What are action classes in struts?
How to use dispatchaction?
Explain about logic match tag?
What steps are required to for an application migration from Struts1 to Struts2?
What is the difference between plain-validator and field-validator?
What does params interceptor?
In how many ways duplicate form submission can occurs?
What do you mean by actionservlet?
What configuration changes are required to use resource files in Struts?
What is the naming convention for a resource bundle file in struts2?