IntelliJ IDEA 2017.3 Help

Creating a Remote Service

This feature is only supported in the Ultimate edition.

Developing a GWT service requires creating synchronous and asynchronous interfaces as well as server implementation with the correct names and structure. Also they should be registered in the xml module descriptor. IntelliJ IDEA can generate all the required parts automatically.

To generate a remote service

  1. In the Project view, right-click the client package.
  2. From the context menu, select New | Google Web Toolkit | GWT Remote service.
  3. Specify the name for the service and click OK.
Last modified: 6 March 2018

See Also