Deploy web services - RESTful services
Use Java API for RESTful Web Services (JAX-RS) to develop services that follow Representational State Transfer (REST) principles. RESTful services are based on manipulating resources. Resources can contain static or dynamically updated data. By identifying the resources in the application, we can make the service more useful and easier to develop.
Subtopics
- End-to-end paths for web services - RESTful services
- Deploy JAX-RS 1.1 web applications
- Deploy JAX-RS 2.0 web applications
Developing web services Developing web services - RESTful services