WAS v8.5 > Deploy applications > Deploy applications to the Liberty profileDeploy web services applications to the Liberty profile
By configuring Liberty features in server.xml, we can deploy web services applications to the Liberty profile.
See also
- Deploy 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 the 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.
Parent topic: Deploy applications to the Liberty profile
|