Assemble JAX-RS web applications.
(Optional) Secure JAX-RS clients using SSL.
Step Parent
Implement secure JAX-RS applications
After developing the Java class files for the JAX-RS web application and edit the web.xml file to enable the JAX-RS servlet, we 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 developing 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, we must assemble the application.
- Development and assembly tools
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