Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

This sample demonstrates how to implement content negotiation in the Application Server. Content negotiation is a mechanism which allows to maintain multiple representations of the same resource, and serve the particular representation relevant to a given request and what the requesting server needs.

Info

For more information on content negotiation , go to http://en.wikipedia.org/wiki/Content_negotiation.

The REST server provides the following services:  A RESTful customer service is provided on URL http://localhost:

...

9763/jaxrs_content_negotiation/services/.  Users access this

...

URL to operate on a customer. 

...

 The REST server provides the following services:

Building and running the sample

...