IntelliJ IDEA 12.1.0 Web Help

Some features described here are available in Ultimate edition only.

IntelliJ IDEA provides facilities for easy and effective creation, debugging, and testing of RESTful Web Services. Development of RESTful Web Services is supported via the WebServices bundled plugin, which is by default enabled. If not, activate it in the Plugins page of the Settings dialog box.

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 an application with REST support in IntelliJ IDEA.

The REpresentational State Transfer (REST) specification JSR-311 version 1.0 and Jersey reference implementation are supported.

To develop a RESTful Web service

See Also

Procedures:

Reference:

External Links:

Web Resources: