[google-appengine] Re: Google Places API wrapper for Java GAE

2012-08-30 Thread Richard Watson
This guy claims to have a first draft of one:
http://code.google.com/p/google-places-api-client/ 

This guy says use the standard Google Java api, with examples:
http://ddewaele.blogspot.com/2011/05/introducing-google-places-api.html 

On Wednesday, August 29, 2012 10:03:35 PM UTC+2, Rahul Tongia wrote:

 Hi There,

 I want to use google places API from the service side at my Java appengine 
 and GWT app. It is possible using URLFetch on places web services. Is there 
 anyone who has written a library which converts the JSON response to Java 
 objects.

 This would save me considerable time in case some one has done that.

 Thanks a lot

 Rahul


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



[google-appengine] Re: Google Places API wrapper for Java GAE

2012-08-30 Thread Rahul Tongia
Hi Richard,

Thanks for the reply. I was more looking for a jar which is having all the 
json to java objects. I was able to build fetch the place results using URL 
fetch quiet easily, but they have a silly place id to reference conversion, 
which means additional work. So, for now I am just using the foursquare 
java jar for testing and building the rest of app. At some point, I will 
build a simple places jar, as I get more time.

Both, these are still very basic.

Cheers,
Rahul

On Thursday, August 30, 2012 8:45:33 AM UTC+2, Richard Watson wrote:

 This guy claims to have a first draft of one:
 http://code.google.com/p/google-places-api-client/ 

 This guy says use the standard Google Java api, with examples:
 http://ddewaele.blogspot.com/2011/05/introducing-google-places-api.html 

 On Wednesday, August 29, 2012 10:03:35 PM UTC+2, Rahul Tongia wrote:

 Hi There,

 I want to use google places API from the service side at my Java 
 appengine and GWT app. It is possible using URLFetch on places web 
 services. Is there anyone who has written a library which converts the JSON 
 response to Java objects.

 This would save me considerable time in case some one has done that.

 Thanks a lot

 Rahul



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