Assemble JAX-RS web applications.
Configure the JAX-RS application.
Parent
Implement JAX-RS web applications
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
- Assemble JAX-RS web applications
After you develop the Java class files for the Java API for RESTful Web Services (JAX-RS) web application and edit the web.xml file to enable the JAX-RS servlet, you must assemble the application.
- Development and assembly tools
We can use an Integrated Development Environment to develop, assemble, and deploy Java EE modules for WebSphere Application Server.
Related concepts
Development and assembly tools
Related tasks
Assembling JAX-RS web applications