Re: GWT Client for App Engine Endpoints

2017-01-13 Thread Matthew Rubenstein
is Javascript (so that you can wrap it), or > specifically intended for GWT. > > > On Thursday, January 12, 2017 at 5:35:23 AM UTC-8, Matthew Rubenstein > wrote: >> >> The hitch seems to be getting the GWT compiler to find the API Java code >> generated by the annotation

GWT Client for App Engine Endpoints

2017-01-11 Thread Matthew Rubenstein
Hello. I'm trying to add a Google Endpoints client to a LibGDX project. Adding one to the GWT module is causing me a lot of problems. Is there a demo GWT project that includes an Endpoints client, deployable to Google App Engine? A project I can open in Android Studio, so either a Gradle

Re: GWT Client for App Engine Endpoints

2017-01-11 Thread Matthew Rubenstein
http/json calls to the end point. > > The end point I would think would need to be a separate project, just use > a predefined endpoint API in your clients to access it as a 3rd party > service. > > On 01/11/2017 10:12 AM, Matthew Rubenstein wrote: > > Hello. I'm tryi

Re: GWT Client for App Engine Endpoints

2017-01-12 Thread Matthew Rubenstein
:56 PM UTC-5, Matthew Rubenstein wrote: > > Well, I am making an async HTTP request using the GWT RequestBuilder API, > as illustrated in the code snippet in my previous message > <https://groups.google.com/d/msg/Google-Web-Toolkit/q8YQ5F1lXqE/AzDxSq9fFAAJ>. > > Res

Re: GWT Client for App Engine Endpoints

2017-01-11 Thread Matthew Rubenstein
through the documentation of RestyGWT and > see if that is a good fit. > > > On Wednesday, January 11, 2017 at 11:24:00 AM UTC-8, Matthew Rubenstein > wrote: >> >> I currently have the project's GWT module send data to the backend API >> // Build API request URL. >