[appengine-java] Sub domain for static content

2011-03-07 Thread Jeff Knox
I am sure this is a simple thing but my brain just doesn't want to make it so simple today. Say I point two sub-domains to my application: www.mydomain.com app.mydomain.com That is all well and good - both now serve up my application. What I would like is for the WWW sub-domain to serve up sta

Re: [appengine-java] Sub domain for static content

2011-03-07 Thread Jeff Knox
Nick, thanks for the reply. Can you elaborate on the first option? I'm not sure what you mean by the "same mappings in both." (Yes my brain is mush today.) In my current configuration I have a single application (yet another photo gallery). I would like www.jeffknox.com to go to my "general" we

Re: [appengine-java] Sub domain for static content

2011-03-08 Thread Jeff Knox
So I'm still trying to sort this out. If I created a second app to serve the WWW web site would that be a violation of the App Engine TOS? While the two pieces are related they aren't the same. The WWW mapping would be more of a traditional web site that would most likely grow and potentially

[appengine-java] Re: Blobstore API vs Datastore API

2011-03-11 Thread Jeff Knox
The datastore works well for storing images (assuming they are < 1MB). So far I haven't had more than about 15 images in the database but I don't think that really matters in terms of speed. My images are 1000 pixels in their longest dimension. I am also using the image API to do some manipulat