Administer web services - RESTful services
We can 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
- Deploy JAX-RS web applications
After you assemble the Java API for RESTful Web Services (JAX-RS) web application, we can deploy the WAR package or the EAR package onto the application server.
Related information:
Administer web services - bus-enabled web services
Administer web services - Invocation framework (WSIF)
Administer web services - Notification (WS-Notification)
Administer web services - Reliable messaging (WS-ReliableMessaging)
Administer web services - Policy (WS-Policy)
Administer web services - UDDI registry
Administer web services - Security (WS-Security)
Administer web services - Transaction support (WS-Transaction)
Administer web services - Transports