WAS v8.5 > End-to-end paths > Web services - RESTful services > Use Java contexts and dependency injection with JAX-RSAssemble JAX-RS web applications.
Implement JAX-RS resources with JCDI functionality.
Step 5 towards the goal: Use Java contexts and dependency injection with JAX-RS
After you develop the Java class files for the JAX-RS web application and edit web.xml 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.
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 WAS.
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 WAS.
Related concepts:
Development and assembly tools
Related
Assemble JAX-RS web applications