+

Search Tips   |   Advanced Search

Overview of Java API for RESTful Web Services (JAX-RS)

REST is an architectural style that uses standard technologies like HTTP, XML, ATOM, and HTML to create services that describe resources on the server. We can use any data identifiable with a URI. Features...

The IBM implementation of JAX-RS is an extension of Apache Wink 1.1 runtime environment, and includes...


See

  1. Plan to use JAX-RS to enable RESTful services
  2. Implement JAX-RS web applications
  3. Use XML content in JAX-RS application requests and responses
  4. Use JSON content in JAX-RS application requests and responses
  5. Use Atom content in JAX-RS application requests and responses
  6. Web services specifications and APIs
  7. JAX-RS: Java API for RESTful Web Services (JSR 311)
  8. Fielding, Roy Thomas. Architectural Styles and the Design of Network-based Software Architectures. Doctoral dissertation, University of California, Irvine, 2000, Chapter 5
  9. Hypertext Transfer Protocol -- HTTP/1.1 specification