Learning Path: Struts1 -> (Struts2 or Spring) - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T05:55:11Z http://stackoverflow.com/feeds/question/829070 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/829070/learning-path-struts1-struts2-or-spring 0 Learning Path: Struts1 -> (Struts2 or Spring) Vaibhav Bajpai 2009-05-06T10:59:29Z 2009-07-30T02:29:48Z <p>After having read and used (made a web application using Struts/Hibernate last semester) Struts1, I want to step forward in learning a better MVC framework. I have been wondering if it would be more prudent to learn Struts2 now and Spring later, or skip Struts2 for Spring directly?</p> http://stackoverflow.com/questions/829070/learning-path-struts1-struts2-or-spring/830127#830127 2 Answer by Rich Kroll for Learning Path: Struts1 -> (Struts2 or Spring) Rich Kroll 2009-05-06T15:17:26Z 2009-05-06T15:17:26Z <p>I would suggest not treating the two as mutually exclusive. Struts2 competes with Spring MVC, but Struts2 uses Spring's injection container and AOP capabilities (Spring core and AOP).</p> <p>Struts2 and Spring MVC are both working to achieve the same results: a clean MVC web framework. Deciding between the two will be to some extent personal preference. I personally did not like the "feel" of working with Spring MVC, while Struts2 and it's interceptor stack felt much more comfortable to work with.</p> <p>I would suggest that you work though a few tutorial "hello world" type apps in each framework and see which feels more intuitive for you to work with. Both frameworks have strengths and weaknesses, but all of them can be overcome.</p> http://stackoverflow.com/questions/829070/learning-path-struts1-struts2-or-spring/1192220#1192220 0 Answer by Sujay KR for Learning Path: Struts1 -> (Struts2 or Spring) Sujay KR 2009-07-28T06:28:17Z 2009-07-28T06:28:17Z <p>Adding to Rich Kroll points, Struts 2 provides rich tag libraries and the framework is very well organized.</p>