1.

What is the differences between Struts1 and Struts2?

Answer»
S.noStruts 1Struts 2
1.Form BEANS define properties, SETTERS and gettersGetters and Setters are defined in action classes
2.Execute() method exposes servlet API for TESTINGDependency Injection simplifies the testing process
3.Multiple tag librariesThe single library includes all tags
4.RequestProcessor class PRESENTInterceptors present


Discussion

No Comment Found