Tuesday 9 April 2013

This Week in Spring - April 9th, 2013

Welcome to another installment of This Week in Spring! As usual, we've got a lot to cover, so let's get to it!




  1. SpringSource CTO Adrian Colyer outlines the direction and momentum of SpringSource and the Spring projects under the
    Pivotal Initiative, a new company spun out of EMC comprised of - among other things - SpringSource, Cloud Foundry, and GreenPlum.
    This is definitely worth a read if you want to understand Spring's - ahem - Pivotal role in this new initiative!


  2. Spring Batch lead Michael Minella has announced that Spring Batch 2.2.0.RC1 is now available.
    The new release includes preliminary support for Spring Data, Java configuration support, non-identifying job parameters
    and numerous fixes and polishes. This release is amazing, and definitely worth a look. I, personally, love the Java configuration API that's
    been surfaced. You don't need to write another Spring Batch XML file if you don't want to!


  3. Spring Mobile lead Roy Clarkson has announced that
    Spring Mobile 1.1.0.M3 has been released featuring
    simpler configuration when using a custom domain strategy with SiteSwitcherHandlerInterceptor, support for Kindle Fire device detection (as tablet or mobile depending on which mode they are in), several resolved issues and compatibility with Spring Framework 3.2.2.



  4. New SpringOne2GX replays now available in HD on YouTube: Virtualizing and Tuning Large Scale Java Applications, From Spring and Java to Spring and Akka

  5. The HMK blog has a really nice post on how to use the Cujo.js's

    rest.js and Spring MVC
    . Very cool!



  6. The JavaRevisited blog has put together a
    post on calling stored procedures from Spring using the StoredProcedure template object.
    There are other ways to approach this same problem, including the SimpleJdbcCall object and simply using the
    update(String, Object ... params) method on JdbcTemplate. Check it out!


  7. The Spring Java Tutorial blog has a nice post on using
    stored procedures with Spring
    , and it also uses the same domain example - an EmployeeDAO.
    They aren't exacty the same - far from it - but it does seem like one heckuva coincadence! At any rate, more information's always good.



  8. Spring provides various lifecycle callback methods, which this JavaBeat blog looks at.


  9. The Binary Beans blog has a post that simply links to some interesting, introductory videos that we've published on
    the SpringSourceDev YouTube Channel. If you're a regular reader of this round up then you've seen these videos before.
    But, it's a good 3 hours of introductory content and worth a look if you want a good getting started experience.


  10. KH Yiu has put together a cool post introducing the concept of a factory pattern (which you're no doubt already familiar with!)
    in application code, built with Spring. This is not about how Spring uses the factory pattern, and was kind of an interesting approach.
    Nicely done!



  11. Daniel Wong put together a really cool blog illustrating how to tie together Spring MVC with OpenCMS! Definitely worth a look.


  12. The 11th Hour blog put together a nice post on how to use the Spring Expression Language with some examples.


  13. Wang Xiang's put together a blog.. more like a series of snippets.. demonstrating how to setup Jetty, a DataSource, and Spring together.


  14. The Java Code Geeks blog has an introductory post on using Spring MVC with JSR 303 bean validation. Check it out!


  15. Our pal Mark Serrano is back, this time with a review of Spring Security lead Rob Winch's book on Spring Security.


  16. Hippoom Zhou has put together a nice post introducing how to use

    mocks and stubs in Spring Integration tests
    . This is a very nice post, and definitely worth a look!




  17. The awesomely named Raging Goblin blog has a nice post on how to do role-based views using Spring Roo and Spring Security.


  18. Peter Chng describes a scheme that can be used to auto-register custom converters used for data type conversion in core Spring, Spring MVC, and Spring Integration, among other places. Pretty smart!



crawled from : Springsource

No comments:

Post a Comment