Assemble JAX-RS web applications.
Implement a resource method using JSON content for a request and response entity.
Parent
Use JSON 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
- 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