June 12th, 2013 by Mark Pollack | Big Data, Enterprise Integration, Hadoop, Open Source, Spring, Spring Batch, Spring Data, Spring Integration |
3 comments.

Today we are pleased to announce the 1.0 M1 release of Spring XD (download).Spring XD is a unified, distributed, and extensible system for data ingestion, real time analytics, batch processing, and data export. The project’s goal is to simplify the development of big data applications. From the 10,000 foot view, big data applications share many Read more…
June 10th, 2013 by Oliver Gierke | Spring |
3 comments.

I am pleased to announce the first service milestone release for the Spring Data release train named Babbage. It includes the following modules: Spring Data Commons 1.6 M1 – Changelog Spring Data JPA 1.4 M1 – Changelog Spring Data MongoDB 1.3 M1 – Changelog Spring Data Neo4j 2.3 M1 – Changelog The first milestone includes Read more…
June 3rd, 2013 by Paul Chapman | 3.0, 3.1, Spring, Web |
9 comments.

In my previous post I introduced the concept of content negotiation and the three strategies Spring MVC uses to determine the content requested. In this post I want to extend the concept to supporting multiple views for different content-types using the ContentNegotiatingViewResolver (or CNVR). Quick Overview Since we already know how to setup content-negotiation from Read more…