Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

JAX-RS Concepts

JAX-RS (JSR 311) is the latest JCP specification that provides a Java based API for REST Web services over  the HTTP protocol. The JAX-RS specification is an annotation based server side API.

implementing REST applications. Apache Wink implements JAX-RS 1.0.

...