2

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).

andruso
  • 1,955
  • 1
  • 18
  • 26

1 Answers1

2

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.

John Ament
  • 11,595
  • 1
  • 36
  • 45