Implementing REST Web Application Architectures with Spring MVC

Posted September 18th, 2009 in J2EE, Java, Spring by Wim

In this technical talk, Arjen Poutsma explains RESTFul concepts and discusses Spring 3.0 support for REST in Spring MVC. For these new RESTful features in Spring, he provides details about RESTful URI’s, URI templates, Content negotiation, HTTP method conversion, and ETag support.

http://europe.springone.com/europe-2009/speaker/Arjen+Poutsma

Spring BlazeDS Integration 1.0.0 Released

Posted June 11th, 2009 in Adobe, Java, Spring by Wim

The first GA release of Spring BlazeDS Integration, the open source solution for building Spring-powered RIAs with Adobe Flex, is now available.

To find more information, click here

How to REST in Spring

Posted March 9th, 2009 in J2EE, Java, Spring by Wim

Restful applications and web services are becoming more and more important. Therefor I found this interesting article.

Continue reading…

Getting Started With Spring Integration

Posted January 22nd, 2009 in Java, Spring by Wim

A new article has been published on InfoQ: Getting Started With Spring Integration. Enterprise Architect, Josh Long, describes the foundational concepts behind Enterprise Application Integration (EAI) and discusses the role played by ESBs and technologies like Spring Integration. The article provides a quick primer on using Spring Integration and gives a simple example that takes inbound emails to a known address and converts them into a blog entry. It is a great way to get a fast introduction to Spring Integration.