Browse > Home /

| Subcribe via RSS

Implementing REST Web Application Architectures with Spring MVC

September 18th, 2009 | No Comments | Posted in J2EE, Java, Spring

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

  • Share/Bookmark
Tags: ,

Spring BlazeDS Integration 1.0.0 Released

June 11th, 2009 | No Comments | Posted in Adobe, Java, Spring

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

  • Share/Bookmark
Tags: , , ,

How to REST in Spring

March 9th, 2009 | No Comments | Posted in J2EE, Java, Spring

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

Continue reading…

  • Share/Bookmark
Tags: , ,

Some good spring flex links

February 26th, 2009 | No Comments | Posted in Java, Spring
  • Share/Bookmark
Tags: ,

Getting Started With Spring Integration

January 22nd, 2009 | No Comments | Posted in Java, Spring

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.

  • Share/Bookmark
Tags: ,

Spring Framework 3.0 milestone released

December 8th, 2008 | No Comments | Posted in Java

The SpringSource Team announced that the Spring Framework 3.0 M1 is finally available for download!

This release features several major changes, including a start of the major 3.0 themes such as EL and REST support:

  • revised project layout and build system with module-based sources
  • updated entire codebase for Java 5 code style (generics, varargs)
  • updated to JUnit 4.5 and JRuby 1.1
  • introduced Spring EL parser (org.springframework.expression package)
  • introduced support for #{…} expressions in bean definitions
  • introduced expression-enabled @Value annotation for embedded expressions
  • introduced @PathVariable annotation for URI template handling in MVC handlers
  • introduced default value support for @RequestParam in MVC handlers
  • introduced @RequestHeader annotation for HTTP header access in MVC handlers
  • introduced AbstractAtomFeedView and AbstractRssFeedView base classes
  • introduced <spring:url> and <spring:param> JSP tags

as well as various minor enhancements.

Note that Spring Framework 3.0 requires Java 5 or above and J2EE 1.4 or above. This framework is being build on Java 6 and Java EE 5 as the primary platform levels – but rest assured, the framwork will retain compatibility with Java 5 enabled J2EE 1.4 servers such as WebLogic 9 and WebSphere 6.1

  • Share/Bookmark
Tags: