spring

  • submit to reddit

REST Assured - Hypermedia APIs with Spring MVC

REST assured - Hypermedia APIs with Spring MVC from Øredev Conference on Vimeo. Spring MVC forms a solid foundation to implement REST based web-services...

0 replies - 792 views - 05/06/13 by Mitch Pronschinske in Articles

Apache Kafka, XStream, and Spring MVC Links

The Movie Database API—by apiary.io Apache Kafka Apache Kafka Running a Multi-Broker Apache Kafka 0.8 Cluster on a Single Node – Michael G....

0 replies - 3101 views - 05/03/13 by Tim Spann in Articles

The Structure of Spring (Core)

  OMG! Look, whatever you're doing: stop. If you're at work, go home. If you're at home, grab a beer from the fridge....

0 replies - 2554 views - 05/03/13 by Edmund Kirwan in Articles

Spring MVC, Ajax and JSON Part 1 - Setting The Scene

I've been thinking about writing a blog on Spring, Ajax and JSON for a good while, but I've never got around to it. This was mainly because it was...

0 replies - 2677 views - 05/02/13 by Roger Hughes in Articles

Spring Integration STS Templates Updated - 1.0.0.M6

We are proud to announce a new milestone release of the Spring Integration Templates version 1.0.0.M6 for Spring Tool Suite (STS). This...

0 replies - 828 views - 04/26/13 by Gunnar Hillert in Articles

Just What Are Spring 3.2 Matrix Variables? - Part 2: The Code

My last blog on Spring's support for Matrix Variables concentrated on explaining what they were and why you'd want to use them. Having sorted out the what...

0 replies - 210 views - 04/19/13 by Roger Hughes in Articles

Project Configuration with Spring

Table of Contents1. Overview of the problem2. The .properties files3. Spring configuration4. Setting the Property in each environment5. Maven and testing6....

1 replies - 2733 views - 04/16/13 by Eugen Paraschiv in Articles

Spring ActiveMQ Producer Client Template

Available on GitHub Demo available on GitHub Overview This is just a very small, very simple template project for sending messages to JMS queues. In my...

0 replies - 1915 views - 04/08/13 by Adrian Milne in Articles

Adding PMI (PerformanceMonitorInterceptor) to your application in 3 easy steps

Yesterday I found out that Spring cares about showing how fast it is, but not only that, it does make it easy for you, and without further ado let's...

2 replies - 1873 views - 04/04/13 by Marius Cristea in Articles

Just What Are Spring 3.2 Matrix Variables? - Part 1

Spring 3.2 introduced support for processing something called 'Matrix Variables' and probably like most developers, I've never heard of them. So, after some...

0 replies - 315 views - 04/04/13 by Roger Hughes in Articles

Grails Goodness: Set Property Values of Spring Beans in resources.groovy

We can configure Spring beans using several methods in Grails. We can for example add them to grails-app/conf/spring/resources.xml using Spring's XML syntax....

0 replies - 3947 views - 03/25/13 by Hubert Klein Ikkink in Articles

Upgrading to Spring 3.2

A few days ago I thought that it was about time to upgrade my sample code to Spring 3.2, after all it’s been around for a respectable amount of time and even...

2 replies - 3372 views - 03/25/13 by Roger Hughes in Articles

Consider replacing Spring XML configuration with JavaConfig

Spring articles are becoming a trend on this blog, I should probably apply for a SpringSource position Colleagues of mine sometimes curse me for my...

4 replies - 5728 views - 03/10/13 by Nicolas Frankel in Articles

Properties with Spring

1. OverviewSpring has always tried to be as transparent as possible when it comes to working with properties. Before Spring 3.1 however, the mechanism of...

0 replies - 3022 views - 03/04/13 by Eugen Paraschiv in Articles

Spring, JMS, Listener Adapters and Containers

In order to receive JMS messages, Spring provides the concept of message listener containers. These are beans that can be tied to receive messages that arrive...

0 replies - 2705 views - 02/28/13 by Geraint Jones in Articles