+

Search Tips   |   Advanced Search

Overview of IBM JAX-RS

Java API for RESTful Web Services (JAX-RS) provides a model for developing services that follow Representational State Transfer (REST) principles. The IBM implementation of JAX-RS provides an implementation of the JAX-RS specification.


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