WAS v8.5 > Deploy applications > Deploy applications to the Liberty profile > Deploying web services applications to the Liberty profile

Deploying JAX-RS applications to the Liberty profile

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 your application, we can make the service more useful and easier to develop. Liberty profile provides a Liberty feature jaxrs-1.0 to support JAX-RS programming model.

See also


Parent topic: Deploying web services applications to the Liberty profile


|