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
- Liberty profile: JAX-RS
This topic provides an overview of Java™ API for RESTful Web Services (JAX-RS) in the Liberty profile.
Parent topic: Deploying web services applications to the Liberty profile
|