- Start creating a Java module and enable REST support in it.
- Populate the RESTful Web service module with the necessary classes and methods, possibly using the generated sample class.
- Configure the artifacts to deploy.
- Create a run configuration. On the Deployment tab, specify the artifacts to deploy.
-
Deploy the Web service on an HTTP server and start the server.
Tip
If you are using the sample service created with the module, choose or press Shift+F10Shift+F10Shift+F10Shift+F10Shift+F10F9Ctrl+F5F6Alt+Shift+X or Shift+F10Shift F10Shift F10Meta Shift F11. IntelliJ IDEA creates a local HTTP server, starts it, whereupon deploys and runs the Web service.
- Run the application locally or on a remote host.
- Test the RESTful Web service.

.
Development of RESTful Web Services is supported via the