IntelliJ IDEA 2018.1 Help

Creating a Remote Service

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: 24 July 2018

See Also