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 defeult result type?
Difference between struts and spring?
What are apache struts?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is the purpose of dispatcher result type?
Describe the basic steps used to create a tiles application?
Explain about the
What configuration changes are required to use Tiles in Struts?
What is the purpose of interceptors?
What is the difference between struts and spring? Explain
How can we upload files in Struts2 application?
What is validate() and reset() functions?
Why are frameworks used?
What are the 5 constants of action interface?
What does action do in struts?