jax-rsjsr311

What is the difference between rs-api and jsr311-api


Both seem to provide the same interfaces but I could not find a definite answer on what the difference between the two is (and which one to take).


Solution

  • The jsr311 site is the original spec site for JAX-RS 1.1. The docs.oracle.com site is the API docs site for Java EE 6.

    Using either should be fine, JAX-RS 1.1 was included in Java EE 6.