[appengine-java] Restricting upload size to the blob store

2010-09-21 Thread Navaneeth Krishnan
How does one restrict the maximum size of a file uploaded to the blobstore ? For example, my app should allow an image upload only if the images is less than 1 MB. Otherwise the image must not be stored at all. -Navaneeth -- You received this message because you are subscribed to the Google

[appengine-java] Cache questions

2010-09-20 Thread Navaneeth Krishnan
I have a couple of questions wrt Memcache. 1. Where do I find the javadoc for jcache ? The document seems woefully out-of-date The examples: http://code.google.com/appengine/docs/java/memcache/usingjcache.html refer to a package net.sf.jsr107.Cache. However, I find that the actual package is

[appengine-java] Re: Updated Eclipse Plugin ?

2010-07-21 Thread Navaneeth Krishnan
On Jul 20, 7:14 am, Hariharan Anantharaman hariharan.ananthara...@gmail.com wrote: From your eclipse itself(having an older version of gae), you can update to latest version by using software updates option in elclipse. Thanks Hari On Jul 19, 2010 9:39 PM, Navaneeth Krishnan navaneeth.cont

[appengine-java] Updated Eclipse Plugin ?

2010-07-19 Thread Navaneeth Krishnan
I tried out the latest version of the eclipse plugin for GAE http://code.google.com/appengine/docs/java/gettingstarted/installing.html to realize that the bundled app engine version is 1.3.3. If there any plan to upgrade it to the latest SDK (1.3.5) ? When can we expect a new release ? Also,