Archive for the Spring category

Adrian Colyer

Spring Remains at the Forefront of Enterprise Java: BigData, NoSQL, and Cloud Portability

It’s JavaOne time again and this year you’ll find sessions on how Spring works with Java SE to address Big Data, NoSQL, and enterprise integration challenges. We’ve always worked hard to ensure that Spring remains at the forefront of enterprise Java by providing timely support for emerging trends and technologies. The numbers suggest that our Read more…

Gary Russell

What's New in Spring Integration 2.2 (Part 2 – Transaction Synchronization)

Introduction This is the second part in a series of blog posts highlighting some of the new features available in Spring Integration 2.2 following the recent release of Release Candidate 1. The first part talks about the MongoDB adapters. Spring Integration 2.2 introduces extended support for synchronizing non-transactional resources with transactions. Background Spring has provided Read more…

Oleg Zhurakousky

What's New in Spring Integration 2.2.RC1 (Part 1 – MongoDb)

Introduction Spring Integration 2.2.RC1 is out and we will be coming out with a set of blogs in the coming days discussing some of its new features. In this first blog we'll talk about MongoDb Inbound and Outbound Channel Adapters. Full set of discussed samples is available here MongoDb Outbound Channel Adapter MongoDb Outbound Channel Read more…

Michael Isvy

Integrating Spring MVC with jQuery for validation rules

I was thrilled to see in a recent survey from zeroturnaround that Spring MVC was voted the most popular web framework for Java. This framework is very flexible and there are dozens of ways to use it. As with all flexible frameworks that have many options, it is important to discuss common practices. The project Read more…

Gunnar Hillert

Community-Driven Spring Integration Extensions

The Spring Integration team proudly announces the availability of the Spring Integration Extensions repository. The main goal for this new GitHub-based repository is to promote a vibrant community of adapter and extension developers, and to encourage a broader segment of the community to contribute to the project. The Spring Integration Extensions project is hosted at: Read more…

Martin Lippert

SpringSource Tool Suites 3.0.0 released – reorganized, open-sourced, and at GitHub

Introduction We are proud to announce that the newest major release of our Eclipse-based developer tooling is now available. This is a major release not only in terms new features but because of other serious changes like componentization, open-sourcing and the fact that for the first time we are making multiple distributions available, each tailored Read more…

David Turanski

The Most Amazing Java Type Declaration Ever

I'd like to think I'm pretty comfortable with Java and generics but I recently came across this bit of Java code and it stopped me in my tracks : public abstract class AnnotationBasedPersistentProperty<P extends PersistentProperty<P>> extends AbstractPersistentProperty<P> {..} This class is internal to the Spring Data framework's Repository Support which removes the need to write Read more…

Rod Johnson

Oh the Places You'll Go!

The last ten years has been an exciting and challenging journey for me and I’m very proud of the technology and community that my SpringSource cofounders and I fostered. However, there always comes a time to make a choice about the places you’ll go, and it’s time for me to leave VMware and pursue other Read more…

Chris Beams

Spring project infrastructure updates

Introduction Over the last year a number of significant changes have been made to the infrastructure and processes we use to keep the Spring family of projects running smoothly. You may have seen individual announcements about some of these as they happened, while others may have slipped under your radar. I'll recap these changes below. Read more…

Costin Leau

Highlights of Spring for Apache Hadoop 1.0.0 M2

I am happy to announce that the second milestone (1.0.0.M2) of Spring for Apache Hadoop project is available. In this blog post, I would like to quickly highlight the major new features in M2. HBase DAO support One of the most versatile and powerful feature in Spring Framework is the Data Access Object (or DAO) Read more…