You can start with Spring in Action or other books mentioned in forum.
Concepts like Aspect Oriented Programming, Inversion of Control etc
will help you see what Spring actualy does is remove a lot of boiler plate code
& makes your application configurable to a higher extent.
Experienced Ranchers will be able to pitch in more details.
You can't compare Spring to Struts. You can compare Spring MVC to Struts. And you can't really compare Spring MVC to Struts 1, only Struts 2 (well, you *could*, but Spring MVC would win hands-down against Struts 1). Personally, I still prefer Struts 2 to Spring MVC, but out-of-the-box they're functionally much the same.
Avishkar Nikale
Ranch Hand
Joined: Aug 06, 2010
Posts: 173
posted
0
David Newton wrote:You can't compare Spring to Struts. You can compare Spring MVC to Struts. And you can't really compare Spring MVC to Struts 1, only Struts 2 (well, you *could*, but Spring MVC would win hands-down against Struts 1). Personally, I still prefer Struts 2 to Spring MVC, but out-of-the-box they're functionally much the same.
Well said.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.