Struts 1.0 Version | Struts 2.0 Version |
---|---|
Struts 1.0 Version is released in June-2010 | Struts 2.0 Version released in March 2014. |
Structs 1.0 Contain controller is Action class | Structs 2.0 Contain controller is Filter Dispatcher. |
Action class is singleton class.So struts 1.0 is not thread safe. | Struts 2.0 is Filter Dispatcher object is thread safe object. |
Struts 1.0 Version Doesn't support Annotations. | Struts 2.0 Version supported Annotations. |
Add the struts_config file in WEB-inf folder | Add the struts_config file in classes folder. |