+

Search Tips   |   Advanced Search

Assemble JAX-RS web applications.

Use WADL to generate service documentation.

Parent

Use WADL to generate service documentation

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 web archive (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