Plan JAX-RS web applications
Subtopics
- Plan to use JAX-RS to enable RESTful services
- Define the resources in RESTful applications
- Define the URI patterns for resources in RESTful applications
- Define resource methods for RESTful applications
- Define the HTTP headers and response codes for RESTful applications
- Define media types for resources in RESTful applications
- Define parameters for request representations to resources in RESTful applications
- Define exception mappers for resource exceptions and errors
- End-to-end paths for web services - RESTful services