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 is the difference between shocks and struts?
What are the two types of validations supported by validator framework?
How to carryout the validations in struts if the validator frame work cant handle the validation
how to develop the submit and search operations in single jsp using struts?
What is dispatch action class?
Hi All thanks in advance, iam new to j2ee currently in my project we r using struts with hibernate can i have one sample application like CRUD application with code or any tutorials liks r ebooks plz....?
Explain the difference between plain-validator and field-validator in struts?
What is the use of lookupdispatchaction?
What is MVC?
How display data base errors on web console by using the Struts Framework?
Can you explain aware interfaces in struts2?
What is the purpose of interceptors?