[appengine-java] Discussion on will-it-play-in-app-engine

2010-08-05 Thread Java Guru
Any specific reason why Java API for XML parsing is not supported. I understand that there would be more CPU usage, since XML parsing uses more processor. But apart from that is there any reason why this is not supported. As is see lot of frameworks are already supported like struts, spring

[appengine-java] Re: error is coming on appspot but local working fine

2010-01-22 Thread java
, John Patterson jdpatter...@gmail.com wrote: You class ReviewFrmCmd is being put in the session and so must be made   serializable.  On the local dev server the session is not serialized   so you do not get this exception. On 20 Jan 2010, at 18:13, java wrote: Hello I am developed

[appengine-java] error is coming on appspot but local working fine

2010-01-20 Thread java
at com.google.apphosting.runtime.jetty.SessionManager.serialize (SessionManager.java:361) Please help me out. Thanks -- 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 this group, send

[appengine-java] Sub-object add and retrieve with filter

2009-12-30 Thread java
because every class object has some relations at the time of retrieve data need filters on sub- objects so please help me out. Thanks -- 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] Help With Images In Java

2009-11-23 Thread java-dev
hi all, I need some help with images in appengine using java. Now I have sucessfully uploaded an image file and stored it to the datastore. I am also able to read back the stored image (as a byte[] array). Now the issue is, how do I display this image in my jsp page

[appengine-java] Problem with Data Store using JDO Query

2009-11-07 Thread Java Java
) at org.mortbay.thread.BoundedThreadPool$PoolThread.run (BoundedThreadPool.java:442) --~--~-~--~~~---~--~~ 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

[appengine-java] Re: Retrieving child records using entity group parent's primary key.

2009-08-25 Thread java
entities in the first place. See the documentation on Relationships for more information, and please let me know if you have any more questions, and please feel free to paste your JDO classes inline. http://code.google.com/appengine/docs/java/datastore/relationships.ht... Thanks, - Jason