The tutorial you linked to is for Gradle + Android Studio + Endpoints, but 
not for GWT + Endpoints. I have Gradle + Android Studio + Endpoints working 
in modules for Android and (Linux desktop). Can you point me at a tutorial 
or other documentation for GWT + Endpoints? Googling for one has found 
nothing.

In fact I am starting to believe that GWT's support of source Java classes 
does not support the classes necessary to build an Endpoints client.


On Monday, January 2, 2017 at 2:25:49 PM UTC-5, George (Cloud Platform 
Support) wrote:
>
> Hello Matthew, 
>
> The Eclipse/Ant toolchain is not mutually exclusive by reference to Gradle 
> / not Ant. There is a Gradle plugin 
> <https://docs.gradle.org/current/userguide/eclipse_plugin.html?_ga=1.219717983.75867491.1483124492>
>  
> for Eclipse, covering Java, so you may as well continue working in Eclipse, 
> if you are familiar with that IDE. 
>
> “Those files” are found through properly-formulated references in the 
> *.gwt.xml module. In general, all packages you want imported and compiled 
> need to be identified / configured in the  *.gwt.xml module. Your 
> references should look similar to entry: <source path="packagename"> or 
> <inherits name='com.google.gwt.user.User' />. As a result, GWT is going to 
> see and take care of  packages in:  gwt_xml_modulepath.package_name. The 
> referencing mechanism is described in detail in the “XML Element Reference 
> <http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml>”
>  
> subchapter of the GWT “Organizing Projects” page. 
>
> It is important to check and make sure you don’t include server-specific 
> code in the client code. 
>
> There are auto-generated Google Cloud Endpoint classes included into your 
> project; this explains how GWT finds those source files. You can find quite 
> a few tutorials 
> <https://rominirani.com/google-cloud-endpoints-tutorial-part-1-b571ad6c7cd2#.1oc66dn9c>
>  
> on the Internet, to further facilitate understanding of the matter. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/863536ff-29a5-4592-932c-e9635bbd0af3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to