[appengine-java] Proxy objects in the session?

2011-07-08 Thread Craig Walls
Forgive me if this has been answered already...I looked around and found only this one unanswered post: http://groups.google.com/group/google-appengine-java/browse_thread/thread/636e7cb54d7ca505 It seems that if I create a proxy object and put it into the session, then I run into deserialization

[appengine-java] Re: is it possible to use Java 7 on GAE ?

2011-03-28 Thread Craig
Not currently. The docs say App Engine runs your Java web application using a Java 6 JVM... (http://code.google.com/appengine/ docs/java/runtime.html) As a follow-up question to anyone on the GAE team: Is there an ETA on when GAE will support Java 7 after it's released? On Mar 3, 2:00 pm,

[appengine-java] Re: Bulkupload int key?

2010-05-24 Thread Craig Berry
Can someone help me with this, please? I'm sure the answer is trivial, but another weekend of tinkering hasn't led me to the solution. On Fri, May 21, 2010 at 20:21, Craig Berry cdbe...@gmail.com wrote: I have an xml file containing data which I wish to bulkupload to GAE. I am using the preview

[appengine-java] Bulkupload int key?

2010-05-21 Thread Craig Berry
for any help on this. -- Craig Berry - http://lapidum.org/home.html Magicians lie to the universe, and the universe believes them. -- Lenore Berry -- 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

[appengine-java] Re: Server Code for Chat Service / Matchmaking

2009-11-24 Thread Craig
Great, thank you for the clarification. Craig On Nov 23, 10:32 pm, Timothy Spear tsp...@green20now.com wrote: Craig,         The short answer is. No threads may not be spawned. Use the datastore   to update/change status for the users. Only use memcache for reference   information