This Week in Spring - September 11, 2012

Engineering | Josh Long | September 11, 2012 | ...


Welcome to another installation of This Week in Spring! I'm off to Oslo, Norway for the JavaZone conference to talk to people about using Spring Integration and Spring Batch on top of Cloud Foundry. Again, this is a natural use case: Cloud Foundry makes it easy to scale to handle the largest workloads, and Spring Integration and Spring Batch, presumably sitting on top of RabbitMQ, take care of the plumbing and do the heavy lifting of workload distribution across the cluster.

 <P>Wrapping up from last week's Cloud Foundry   Open Tour - India, touring <a href="http://opentour.cloudfoundry.com/2012/bangalore">Bangalore</a>, and <a href="http://opentour.cloudfoundry.com/2012/pune">Pune</a>, I got great feedback about using Spring MVC for multi-client applications   with REST. We looked at deploying those applications to <a href="http://cloudfoundry.org">Cloud Foundry</a>, the open-source PaaS from   VMware, where you can control the range of channels that your Spring MVC/REST   architecture can deliver to. It's been a truly exciting time. Cloud Foundry   gives developers a platform to deploy the Spring applications they want to   build, how they want to build them, without having to worry about infrastructure   and middleware concerns. </p>
 <P>Also don't miss the Spring, Groovy and Grails event of the year in Washington, DC: <a href="http://www.springone2gx.com/conference/washington/2012/10/home">SpringOne2GX</a>.  If you haven't already registered, now's the time!
   </p>
 </p>

As usual, we've got lots of great content to look at, so let's get to it!

  1. Kicking things off, Spring Social lead Craig Walls has announced the latest version of Spring Social Facebook, version 1.0.2, has been released. The new release keeps pace with the latest Facebook API updates.
  2. Shekhar Gulati has been doing some amazing work introducing Spring Roo. In the latest two installments of his series on IBM's Developer Works, Shekhar introduces building Spring MVC and GWT applications, and developing Spring Data MongoDB applications.
  3. This blog entry on the Hubberspot blog introduces how to use Spring's XML application context <constructor-arg/> tag to specify bean constructor arguments by argument index.
  4. Dr. MacPhail has put together a very nice blog on modernizing the classic Spring PetClinic application, retrofitting the use of the default servlet and introducing annotation-driven configuration. The information on how the default servlet works and how Spring MVC, as of 3.0, lets you take advantage of it, is fantastic, and a quick, worthy read for anybody.
  5. One common use case in enterprise messaging is trying to infer state from the event stream after the stream's been consumed by other clients. Wouldn't it be great if there was a way to get the behavior of a retroactive consumer on RabbitMQ, for specific values? Thanks to RabbitMQ's pluggable exchanges feature, you can. I just saw this implementation of a last-value-cache for RabbitMQ. I confess, I haven't had a moment to try it, but it looks really interesting, and powerful!
  6. Boyko Todorov has put together a step-by-step blog introducing how to create a Maven web application and install the interesting pieces that comprise a Spring Batch application. These steps work, and indeed have some niceties like the installation of the Quartz job engine, but are not the easiest way to go if you're using the open-source, and free, Spring Tool Suite (STS). In STS, you need only go to the File > New > Spring Template Project menu, and there you have several options, including a project for configuring the full Spring Batch Admin in a web application!
      </LI>
    
  7. Krishna's Blog has a nice post on Spring Web Service's fantastic test-driven development support (complete with code!). He shows how to use the MockWebServiceClient to drive payload-driven requests to a web service, and verify the results. To stand up the web service, he uses the Spring Integration inbound web service gateway. This is an alternative way of setting up web service endpoints. Alternatively, you could use Spring Web Services and expose them directly in a web application by itself, or on top of Spring MVC's web processing machinery. This approach makes more sense to me, because it gives you the ability to better express the request processing pipeline using the many proverbial tools included in Spring Integration's toolbox.
  8. The Tshikatshikaa, or Technical Notes blog has a really nice look at how to unit test Spring services, and data-access objects (DAOs) with JPA 2 and Spring 3.1's testing support and the Java configuration.
  9. JBoss' Mark Proctor and ValueMomentum Software Services Pvt. Ldt's Vinod Kiran have a nice post on how the latest release of the popular open-source rules engine, Drools, better supports Spring configuration in the beta releases of 5.5. The new support takes the existing support, available from version 5.3, and extends it to support declarative configuration of knowledge runtime loggers (console, file, threaded-file). The post includes lots of code examples, too!
  10. Uttesh Kumar has a nice post on the various ways to test RESTful Spring MVC services. The first example uses Spring's built-in RestTemplate object to integration test a web service. The post also links to a few very nice clients, including SoapUI, the Firefox REST Client plugin, and Chrome's POST MAN plugin.
  11. Jijo Mathew has a great post on how to use Spring MVC to build Ajax-based applications. Rather than explain, he demonstrates with abundant code samples.

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all