Re: [appengine-java] Google App Engine community support is moving to Stack Overflow

2012-02-06 Thread Ruslan V
chance of this happening ? /Ruslan -- 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-appe

[appengine-java] Datastore access is horribly slow on dev server if you have more than few objects in it

2012-02-03 Thread ruslan
How do you guys test your project on dev server if you need to have more than few objects in Datastore ? The fact that GAE SDK for Java keeps Datastore in memory is just killing me. I can't produce reliable code if I can't test it on my machine. I wonder how other engineers deal with it. Could yo