22.1.4 JAX-RS
JAX-RS is the Java API for RESTful Web Services. It is mainly about how to implement resources using Java objects, and defines a set of Java annotations for this purpose. The specification (which is quite compact and readable) can be found at java.net.
Previous