On Tue, Sep 3, 2013 at 2:29 AM, Martin Trummer <[email protected]>
 wrote:

>
> is it possible to use google cloud endpoints for a Java-Client?
> the docs only mention mobile (Android, iOs) and Web (Java-script)
>


 Yes, you can use Endpoints for a Java client, or any client in any coding
language for that matter.

First of all, what type of client is this? Is it a GWT application? An
Android app (in which case you can use the Android directions)? A
standalone Java application? A servlet? Depending on your choice, there's a
specific way to go about accessing Endpoints.

Generally though, you can take the JSON output from endpoint services,
extract it using your preferred parser, and process the data as you like.

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to