+

Search Tips   |   Advanced Search

Assemble JAX-RS web applications.

Implement JAXB-based ATOM content for requests and responsesWe can represent Atom documents using JAXB annotated objects because the Atom format is based on XML. Therefore, one way to implement a resource method that consumes and produces Atom feeds and Atom entries is to return a JAXB annotated object that uses the Atom model. The JAX-RS library provides an Atom model based on JAXB.

Parent

Use Atom content in JAX-RS application requests and responses

After you develop the Java class files for the JAX-RS web application and edit the web.xml file to enable the JAX-RS servlet, you are ready to assemble the application. Assemble the web application into a WAR package. We can assemble the WAR package into an EAR package, if required.


What to do next

Deploy JAX-RS web applications.


Subtopics


Related concepts

  • Development and assembly tools


    Related tasks

  • Assembling JAX-RS web applications