BIRT 3.7
Written by: Michael Williams
Featured Refcardz: Top Refcardz:
  1. Scrum
  2. Apache Maven 2
  3. Essential MySQL
  4. Node.js
  5. Groovy
  1. jQuery Selectors
  2. Ajax
  3. Java
  4. Spring Config.
  5. Java Concurrency

Link Details

Link 456499 thumbnail
User 225256 avatar

By mswatcher
via ibm.com
Published: Jul 30 2010 / 01:17

In the Java world, you can build a RESTful web service in several ways: Some folks use JSR 311(JAX-RS) and its reference implementation Jersey, others use the Restlet framework, and some might even implement from scratch. Spring, the well-known framework for building Java EE applications, now supports REST in its MVC layer. This article introduces the "Spring way" to build RESTful web services. Learn how to use Spring APIs and annotations to build RESTful web services, and see how Spring integrates this new feature seamlessly into its original framework.
  • 21
  • 0
  • 3082
  • 9

Comments

Add your comment
User 134771 avatar

kdonald replied ago:

0 votes Vote down Vote up Reply

Good article, but it lacks coverage of Spring MVC's HttpMessageConverter feature. This feature is the basis for the @ResponseBody/@RequestBody elements of the programming model that are designed for implementing REST-based web services. The following Spring MVC showcase covers this comprehensively: http://blog.springsource.com/2010/07/22/spring-mvc-3-showcase/.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.