Monday 28 October 2013

Developing Restful Web services Using IBM JAX-RS

Java™ API for RESTful Web Services (JAX-RS) is a programming model that provides a mechanism for developing services that follow Representational State Transfer (REST) principles. Using JAX-RS, development of RESTful services is simplified.

The IBM® implementation of JAX-RS provides an implementation of the JAX-RS specification.

IBM JAX-RS includes the following features:
  1. JAX-RS server runtime
  2. Standalone client API with the option to use Apache HttpClient 4.0 as the underlying client
  3. Built-in entity provider support for JSON4J
  4. An Atom JAXB model in addition to Apache Abdera support
  5. Multipart content support
  6. A handler system to integrate user handlers into the processing of requests and responses
Required Jars:
  1. jsr311-api.jar
  2. commons-lang.jar
  3. slf4j-api.jar
  4. slf4j-jdk14.jar
  5. ibm-wink-jaxrs.jar

For Procedure & Detailed description Click Here

No comments:

Post a Comment