IntelliJ IDEA 2016.2 Help

RESTful WebServices

In this section:

Introduction

IntelliJ IDEA lets you develop, debug and test RESTful Web Services.

Because RESTful Web services can be of various types, there is no definite workflow to develop them. In this section we will outline some specific tasks that can be performed when developing a REST application in IntelliJ IDEA.

Developing RESTful Web services

To develop a RESTful Web service, follow these general steps

  1. Make sure that the RESTful Web Services plugin is enabled. Create a new project or module for the service development, or enable the RESTful Web Services development support for an existing module. For more information, see Preparing for REST Development.
  2. Populate the RESTful Web service module with the necessary classes and methods.
  3. Configure the artifacts to deploy.
  4. Create a run configuration. On the Deployment tab, specify the artifacts to deploy.
  5. Deploy the Web service on an HTTP server and start the server.
  6. Run the application locally or on a remote host.
  7. Test the RESTful Web service.

See Also

Last modified: 23 November 2016