Develop 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
- Plan JAX-RS web applications
- Develop JAX-RS web applications
- Assembling JAX-RS web applications
After developing the Java class files for our Java API for RESTful Web Services (JAX-RS) web application and edit the web.xml file to enable the JAX-RS servlet, assemble the application.
Developing web services Developing web services - Addressing (WS-Addressing) Developing web services - Invocation framework (WSIF) Developing web services - Notification (WS-Notification) Developing web services - Reliable messaging (WS-ReliableMessaging) Developing web services - UDDI registry Developing web services - Security (WS-Security) Developing web services - Transaction support (WS-Transaction) Developing web services - Transports