Sorry, Mike, I thought I was responding to a message on the Python group. Hopefully someone with better knowledge of Java will respond.
FWIW It is possible to run a Python or Go version of you app under the same application namespace. This can be done either as a backend or as a separate version of your app. It would then have access to the same datastore / blobstore. - Kyle On Feb 6, 2012, at 11:31 PM, mikaye wrote: > Thanks, not sure I can use this from the Java runtime environment > unless I were to set up a separate application. > > --Mike > > On Feb 6, 10:48 am, Kyle Finley <[email protected]> wrote: >> Hey mikaye, >> >> Could you use PIL instead? It's available when using the python27 runtime. >> >> http://code.google.com/appengine/docs/python/python27/using27.html#Co... >> >> - Kyle > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
