[google-appengine] Java Sessions

2012-01-26 Thread Christopher Johnson
All - Does anyone know how long Java sessions are around for when making use of the servlet session interface that GAE implements ? Thanks in advance. ..Chris -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send ema

[google-appengine] Re: Java Supported Property Types

2012-01-25 Thread Christopher Johnson
Issue resolved: the URL class does not have an default constructor so objectify is throwing the error. I just wanted to reply to the group so the solution was on record. On Jan 25, 11:22 am, Christopher Johnson wrote: > All - > > I had question about supported property types for

[google-appengine] Java Supported Property Types

2012-01-25 Thread Christopher Johnson
All - I had question about supported property types for Java, I'm working with GAE and Objectify and one of my embedded objects has a java.net.URL member, when trying to store the object I get the following error: java.lang.IllegalArgumentException java.net.URL is not a supported property type.

[google-appengine] Datastore best use, and queries..

2011-05-30 Thread Christopher Johnson
All - I'm a little new to app engine and JDO, but before I dive to far into my project I wanted to ask a question on how to query for stored data. I have some something that looks like this: @PersistenceCapable public class User{ @Persitant private List ... } Is it possible