Visit our blog

News & Events

This Week in Spring: April 17th, 2012

Welcome back to another installment of This Week in Spring. This week is the last chance to sign up for the SpringOne on the Road events in London, Kiev and Moscow so be sure to register. Let's dive into it!

  1. Chris Richardson's webinar recording on NoSQL options for the Java developer is online in the SpringSourceDev YouTube Channel.
  2. Shekhar Gulati's excellent introduction to Spring Roo continues over on IBM's developerWorks portal. The latest installment introduces writing advanced (and wrapper) Spring Roo addons.
  3. This article, which introduces how to use Spring to assemble JavaFX 2 components is short and to the point. I'd probably use Spring's Java configuration option to fully exploit all the custom components, however. The nice thing about the approach outlined (over using FXML, directly, is that beans configured this way benefit from all the services that Spring provides, including dependency injection and AOP). Nice post, Andy!
  4. Blogger Rob Gordon has a nice post introducing Spring 3.1's custom property resolution mechanism and explores some of the great power that it provides, along with some interesting examples. I really like the easily understood example of establishing environment properties based on a String read in from the command line.
  5. In the latest in his extensive Spring series, Eugen from the baeldung blog, explains how to use RestTemplate with Basic Authentication in Spring. This series of posts is developing into a nice collection of tips for REST style web interaction using Spring.
  6. Blogger Angelo Zerr is at it again, following up his previous posts on Spring Data repositories with a post that describes an (Eclipse RCP-based) rich client that uses Spring Data JPA and Spring Remoting. Definitely worth a read! And, as if that weren't sweet enough, the blog example uses SpringSource Tool Suite lead Martin Lippert's SpringExtensionFactory! Nicely done!
  7. The ajax911 blog has been working through a nice series introducing how to build Spring MVC applications, and has just released part 5.
  8. Blogger Suresh Payankannur has a great post on the right way to handle LOBs in Spring 3.1's Hibernate 4 support.
  9. Rene van Wijk has a pretty detailed blog (yay! I'm always glad for details) on how to use Spring with WebLogic JMS's clusters.
  10. Blogger Arul has an interesting blog on what it looks to build Spring applications behind a Red5 router.
  11. Read this blog - it is not actually about using Jersey and Spring together, rather it is about library dependency management. It is a good-to-remember warning: older API integrations may link to older version of Spring which overlap with more contemporary libraries on your class path, and that can cause mayhem in your code. To fix it, make judicious use of <exclusion>.
  12. Blogger bwgz57 introduces how to build Spring Web Flow projects with a really clean thorough example.
  13. On the CompareStuffs blog, there is an example on how to use the older MultiActionController. This is useful, but it is important to remember that Spring MVC 2.5 and greater have supported the combination of multiple controller methods in single beans very easily with annotations.
 

Newsletter Subscription

Our monthly newsletter is packed full of techniques, tutorials, tips and tricks to get you on your way to Spring nirvana. View Archive

Upcoming Training