Re: [appengine-java] calling blobstore from inside the webapp

2010-11-29 Thread Jeremy Blythe
I have also written a blog post here http://jeremyblythe.blogspot.com/2010/10/manipulating-images-in-blobstore.html with code samples. On 30 Nov 2010, at 01:06, A. Stevko andy.ste...@gmail.com wrote: There are numerous posts concerning the differences between the dev and prod blobstore

Re: [appengine-java] Re: calling blobstore from inside the webapp

2010-11-29 Thread Jeremy Blythe
Whoops, posted at the same time!! Glad you found my blog post useful. Jeremy. On 30 Nov 2010, at 06:00, Mike weinbe...@gmail.com wrote: Zsombor, Follow the implementation outlined in this excellent blog post. It explains how to upload to blobstore from within your app. Good luck,

Re: [appengine-java] BlobStore Image Service

2010-11-04 Thread Jeremy Blythe
I do this in my app. I've written a blog entry with examples here: http://jeremyblythe.blogspot.com/2010/10/manipulating-images-in-blobstore.html http://jeremyblythe.blogspot.com/2010/10/manipulating-images-in-blobstore.html On Thu, Oct 28, 2010 at 10:05 PM, Mike weinbe...@gmail.com wrote: I

Re: [appengine-java] Transforming Images from the Blobstore

2010-10-29 Thread Jeremy Blythe
After you've manipulated the image you need to write the new image back to the Blobstore using an HTTP multi-part/formdata POST. You can do this with the URLFetchService. I do this on my site and have just put a new blog entry up about it here:

Re: [appengine-java] Apache Wink Project Supported on App Engine?

2009-12-14 Thread Jeremy Blythe
JAXB wasn't working until about December 10th and version 1.2.8. So I guess the Apache Wink Wiki might not be updated yet. I personally haven't tried Wink but I can vouch for JAXB support. J. On Mon, Dec 14, 2009 at 7:41 AM, bombaygoose bombaygo...@gmail.com wrote: Hi all, this is probably

Re: [appengine-java] Re: JAXB doesn't work for me in 1.2.8

2009-12-09 Thread Jeremy Blythe
It works now. Thanks. On Wed, Dec 9, 2009 at 11:01 PM, Toby Reyelts to...@google.com wrote: The built-in JAXB implementation should be available now. Please let us know if you continue to see problems. On Sat, Dec 5, 2009 at 3:16 AM, Jeremy Blythe jeremybly...@gmail.com wrote: Thanks

Re: [appengine-java] Processing incoming email

2009-11-30 Thread Jeremy Blythe
I think this is a bug in app engine - it doesn't seem to be following the standard. I've blogged the solution here: http://jeremyblythe.blogspot.com/2009/11/receiving-email-in-google-app-engine.html J. On Mon, Nov 30, 2009 at 2:34 PM, Peter Ondruska peter.ondru...@gmail.comwrote: I am

[appengine-java] Re: out of memory on javax.mail.internet.MimeMultipart.getCount

2009-11-25 Thread Jeremy Blythe
You might be parsing a text/plain as a multipart. I've blogged about this here http://jeremyblythe.blogspot.com/2009/11/receiving-email-in-google-app-engine.html I think this is a bug in App Engine. On Nov 25, 3:42 pm, david ruescas fastn...@gmail.com wrote: I added a trace message, here's the