+

Search Tips   |   Advanced Search

End-to-end paths for 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
  • End-to-end paths for web services - Addressing (WS-Addressing)
  • End-to-end paths for web services - Reliable messaging (WS-ReliableMessaging)
  • End-to-end paths for web services - Policy (WS-Policy)
  • End-to-end paths for web services - UDDI registry
  • End-to-end paths for web services - Resource framework (WSRF)
  • End-to-end paths for web services - Security (WS-Security)
  • End-to-end paths for web services - Transaction support (WS-Transaction)
  • End-to-end paths for web services - Transports