WAS v8.5 > End-to-end paths > Web services - RESTful services > Use Java contexts and dependency injection with JAX-RSConfigure the development environment.
Step 1 towards the goal: Use Java contexts and dependency injection with JAX-RS
Before you start developing JAX-RS applications, set up your development environment by adding the JAX-RS libraries on the class path.
Subtopics
- Set up a development environment for JAX-RS applications
The application server provides command-line tools to develop web services clients and implementations that are based on the Java API for RESTful Web Services (JAX-RS) specification. Set up your development environment before you start developing web services.- Development and assembly tools
We can use an Integrated Development Environment to develop, assemble, and deploy Java EE modules for WAS.- Directory conventions
References in product information to app_server_root, profile_root, and other directories imply specific default directory locations. This article describes the conventions in use for WAS.
Define the resources in JAX-RS web applications.
Subtopics
- Set up a development environment for JAX-RS applications
The application server provides command-line tools to develop web services clients and implementations that are based on the Java API for RESTful Web Services (JAX-RS) specification. Set up your development environment before you start developing web services.- Development and assembly tools
We can use an Integrated Development Environment to develop, assemble, and deploy Java EE modules for WAS.- Directory conventions
References in product information to app_server_root, profile_root, and other directories imply specific default directory locations. This article describes the conventions in use for WAS.
Related concepts:
Development and assembly tools
Related
Set up a development environment for JAX-RS applications
Related information:
Directory conventions