[appengine-java] Re: Need to include com.google.gdata.client in the deployment for GAE?

2010-10-14 Thread Saqib Ali
App Engine > Blogger:http://googleappengine.blogspot.com > Reddit:http://www.reddit.com/r/appengine > Twitter:http://twitter.com/app_engine > > > > On Thu, Oct 7, 2010 at 1:42 PM, Saqib Ali wrote: > > Hello All, > > > I am working on a GAE App that will talk us

[appengine-java] Re: AppEngine + Google Data APIs + OAuth

2010-10-11 Thread Saqib Ali
I have added sample code as well to this site (courtesy of Google! :) https://sites.google.com/site/oauthforapi/  On Oct 10, 11:31 am, Saqib Ali wrote: > Hello All, > > I noticed that there is not a lot of material (in fact none) on the > web for creating an app in App Engine that

[appengine-java] AppEngine + Google Data APIs + OAuth

2010-10-10 Thread Saqib Ali
Hello All, I noticed that there is not a lot of material (in fact none) on the web for creating an app in App Engine that uses Google Data APIs and OAuth for Authorization to the APIs. So I started working on a Google Doc to document this process, which now has turned into a Google Site: https://s

[appengine-java] Need to include com.google.gdata.client in the deployment for GAE?

2010-10-07 Thread Saqib Ali
Hello All, I am working on a GAE App that will talk using Google Spreadsheet API w/ OAuth. Do I need to include com.google.gdata.client in the deployment package, or is it already available on GAE? Thanks, Saqib -- You received this message because you are subscribed to the Google Groups "Goog

[appengine-java] Re: JDO Collection of Serializables

2010-08-09 Thread Saqib Ali
@laserjim, Did you figure this one out? I am running into the same issue. On Jul 7, 10:46 am, laserjim wrote: > Hey, > > I've attached some example code for reference: > > public class FooObject implements Serializable > { >     private final String name; >     public FooObject(String