what is the diff between struts1.0 and struts2.0
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of execute() method?
What are the benefits of Interceptors in Struts2?
What is the purpose of @expressionvalidator annotation?
What is the purpose of @typeconversion annotation annotation?
What is the use of struts config xml file?
Explain design patterns which is used in struts?
At the point, you should go for struts framework?
What is the purpose of @customvalidator annotation?
What is the use of execAndWait interceptor?
Can you explain value stack?
What are action errors?
What are the life cycle methods of interceptor?
In which method of action class the business logic is executed?
What is validate() and reset() functions?
What is struts xml?