WAS v8.5 > Develop applicationsDevelop web services - RESTful services
We can use Java API for RESTful Web Services (JAX-RS) to develop services that follow 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
- Planning JAX-RS web applications
- Develop JAX-RS web applications
- Assemble JAX-RS web applications
After you develop the Java class files for the Java API for RESTful Web Services (JAX-RS) web application and edit the web.xml file to enable the JAX-RS servlet, you must assemble the application.
Related information:
Develop web services
Develop web services - Addressing (WS-Addressing)
Develop web services - Invocation framework (WSIF)
Develop web services - Notification (WS-Notification)
Develop web services - Reliable messaging (WS-ReliableMessaging)
Develop web services - UDDI registry
Develop web services - Security (WS-Security)
Develop web services - Transaction support (WS-Transaction)
Develop web services - Transports