[appengine-java] Best Implementation of Singleton in GAE.

2011-11-27 Thread Vinay Gaonkar
, - Vinay Gaonkar. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-jav

[appengine-java] Task Queue Production Problems.

2011-02-16 Thread Vinay Gaonkar
evelopment environment everything works fine. Thanks & Regards, - Vinay Gaonkar. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscri

[appengine-java] Specifying a date filter in a query

2010-04-27 Thread Vinay
pected format for specifying a value for a Date type property. Thanks, -Vinay -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from

[appengine-java] Re: User authentication

2010-01-27 Thread Vinay
I would consider looking into the Federated Login API and leveraging OpenId to authenticate your users. You can use oAuth to access the user's data. If you're using Java, you can reference the step2 project, which combines OpenId+oAuth. With this, you would have a single instance of your app, and

[appengine-java] Re: Timeout using GData API

2009-12-15 Thread Vinay
Any progress on this issue? I've been seeing the same exact thing. I tried setting the service read and connect timeouts to 0 (which is supposed to disable timeouts), as well as very large numbers, but I continue to get the same error. I am doing batch operations. The operations appear to comple