IntelliJ IDEA 2016.2 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.

See Also

Last modified: 23 November 2016