Deploying web services applications to the Liberty profile
By configuring Liberty features in the server.xml file,
you can deploy web services applications to the Liberty profile.
Subtopics
Deploying JAX-RS applications to the Liberty profile
You 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, you can make the service more useful
and easier to develop. The Liberty profile provides a Liberty feature jaxrs-1.1 to
support the JAX-RS programming model.
Deploying JAX-WS applications to the Liberty profile
You can use Java API for XML-based Web Services (JAX-WS)
to develop services and deploy your JAX-WS applications to the Liberty
profile. The Liberty feature jaxws-2.2 supports the
JAX-WS programming model.