Wednesday, November 7, 2012

Re: GWT Eclipse - RemoteService Wizard unavailable

If you create an interface that extends RemoteService and annotate it with @RemoteServiceRelativePath, in the QuickFix for implementing the interface there is a Google option to automatically generate the Async class corresponding to your service interface. When you add methods to the service interface, you're given the option to QuickFix again to automatically generate the async version of the methods in the Async class...

Hope this helps.

Boris

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/4DJuj9seo_EJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment