Re: [appengine-java] Problem with BlobStore

2011-07-05 Thread SwaminathanG
Hi, I got the same error, when i used Blob Store in my app. Blob Store services will be available only when u enable billing. Follow the link below http://code.google.com/appengine/docs/billing.html If you use more than 1GB in blob store, you will be billed. On Mon, Jul 4, 2011 at 6:01 PM,

[appengine-java] how to turn off high replication simulation in SDK / development environment

2011-07-05 Thread Tommy Fannon
Since taking 1.5.1, I am noticing that the development environment is exhibiting HRD behavior. Queries are taking noticeably longer to return entities. Can we turn this off in the SDK/dev since my application is a master-slave anyway? thanks. tf -- You received this message because you

Re: [appengine-java] Why are app instances killed after 9000 requests

2011-07-05 Thread Jeff Schnitzer
This is an interesting issue. Hopefully someone at Google has considered this when making changes to the scheduler. Instance death after 9k requests is a known behavior of GAE (well, known if you read these forums - I don't think there is any official documentation). As a wild guess on my part,

Re: [appengine-java] Big Entities vs Small Entities

2011-07-05 Thread Jeff Schnitzer
I think John has the right idea... but since you probably don't need dynamic form fields, I would probably do it like this: class MyEntity { @Id String uid; @Embedded FormField field1; @Embedded FormField field2; ...etc } (No doubt for Twig you just substitute @Embed for Objectify's

Re: [appengine-java] Best way to work with a CellTable and many-to-one relationship with objectify?

2011-07-05 Thread Jeff Schnitzer
That's what I tend to do. Since I write consumer apps, passing my raw entities across the wire usually isn't an option in the first place - there's usually too much security-sensitive stuff, or at the very least data I would rather not disclose to a potential attacker. Also... using entities

[appengine-java] Re: Facebook Federated Login

2011-07-05 Thread Nischal
Hi, If your objective is to have 'Login with facebook' implemented on your site and you are looking for a java wrapper then you can try face4j https://github.com/nischal/face4j/wiki/Facebook-oAuth-login-with-face4j I developed it for my own use and it runs well on the Google Appengine. Do

Re: [appengine-java] Re: Facebook Federated Login

2011-07-05 Thread Shash Joshi
I have used it, and it works great! -- 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