[appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread Peter Ondruska
Consider this early Xmas present :-) On Dec 15, 10:29 am, Rusty Wright rwright.li...@gmail.com wrote: The Google Boys are cooking!  It hasn't even been 2 weeks since the last release. Jason (Google) wrote: Hi Everyone. We just released version 1.3.0 of the App Engine SDK for both

[appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread George Moschovitis
This is a long awaited feature. Some problems though: - Instead of the serve() helper I would expect access to the blobs through a url, something like: http://my-app.appenginebs.com/blob-key - No support for organization in directories - A method to manipulate the uploaded blobs is missing

Re: [appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread Guillaume Laforge
On Tue, Dec 15, 2009 at 12:34, George Moschovitis george.moschovi...@gmail.com wrote: [...] - No free quota Even just a small free quota would be really nice, for small apps, prototypes, for experimenting with the feature, etc.! -- Guillaume Laforge Groovy Project Manager Head of Groovy

Re: [appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread Prashant
+1, please do that. -- 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 email to

Re: [appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread Nick Johnson (Google)
Hi George, On Tue, Dec 15, 2009 at 11:34 AM, George Moschovitis george.moschovi...@gmail.com wrote: This is a long awaited feature. Some problems though: - Instead of the serve() helper I would expect access to the blobs through a url, something like:

[appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread George Moschovitis
is interpreted by the infrastructure to cause it to send the blob back to the user. What does 'interpreted' mean? is the actual file served from a separate infrastructure optimized for static files (in the future maybe from a CDN)? I would like to skip the dynamic request to the application,

Re: [appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread Nick Johnson (Google)
On Tue, Dec 15, 2009 at 1:55 PM, George Moschovitis george.moschovi...@gmail.com wrote: is interpreted by the infrastructure to cause it to send the blob back to the user. What does 'interpreted' mean? is the actual file served from a separate infrastructure optimized for static files (in

[appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread George Moschovitis
Part of the infrastructure between the user and your code sees the blobstore header in your response, and replaces the response with the contents of that blob. OK, Another thing, how could I use the Images api on an uploaded image before storing it to the blobstore. Would I have to emulate a

[appengine-java] Re: Introducing App Engine SDK 1.3.0

2009-12-15 Thread George Moschovitis
The release also includes some performance tweaks to the Java runtime. I *think* the new runtime is considerably faster when running Rhino (JavaScript) applications. Great job! -g. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group.