Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWelcome back to another installment of This Week in Spring ! As usual, we've got a lot to cover, so let's get to it!
</LI>
<LI> Cool demonstration: <A href="http://www.youtube.com/watch?v=LTxd0PGDaMI&list=UU7yfnfvEUlXUIfm8rGLwZdA&index=1">Spring Insight plugins for Spring Integration and RabbitMQ</a>.
InMemoryDaoImpl
.
<LI> You know, I was looking for something like this just the other day! <EM>Mark's Blog </EM> has a nice post on the <A href="http://markchensblog.blogspot.com/2013/02/how-spring-mvc-works.html"> workflow of the various objects in servicing an incoming HTTP request in Spring MVC</a>. Is this stuff you could easily figure out by sticking a breakpoint in a controller and just looking at the call stack? Sure. But it's also stuff that's <EM>very</EM> convenient to reference in a pinch and it's nice to see it all laid out in order with a little bit of narrative. </LI>
<LI>The <EM>Dinesh on Java</EM> blog has a nice <a href="http://www.dineshonjava.com/2013/02/spring-security-hello-world-example.html#.URmbLlqb99Q">post on how to setup Spring Security</a>. </LI>
<LI> The <EM>Lucky Ryan</EM> blog has a really <EM>à propos</EM> post on <A href="http://www.luckyryan.com/2013/02/07/migrate-spring-mvc-servlet-xml-to-java-config">migrating XML-based Spring MVC configuration to the Java and annotation centric alternative</a>. </LI>
<LI> The <EM>Java Code Geeks</EM> blog has a very nice post on <a href="http://www.javacodegeeks.com/2013/02/exception-handling-for-rest-with-spring-3-2.html"> exception handling when dealing with REST services</a> </LI>
<LI>
Our pal Roger Hughes is back, this time with a nice writeup of <a href="http://www.captaindebug.com/2013/01/three-spring-bean-lifecycle-techniques.html#.URnKNFqb99R">a few of
the various lifecycle techniques for Spring beans</a>.
</LI> <Li> The <EM>CommonJ</EM> blog has a nice post on <A href="http://www.commonj.com/blogs/2013/02/10/spring-mvc-tutorial-passing-request-parameters-via-javascript-jquery-example/"> passing request parameters to Spring MVC from JavaScript</a>. This one is <EM>faintly</EM> related to Spring MVC, but close enough! :) </LI>