Re: [appengine-java] GWT+JDO+GAE enhancement nightmare

2010-03-22 Thread Shawn Brown
This seems pretty basic. Can somebody wake me from this nightmare? Sorry, been there... If I was starting over, I'd seriously think about: http://code.google.com/p/objectify-appengine/ for two reasons: 1) Objectify entities can be used in GWT without the need for Data Transfer Objects. 2) it

Re: [appengine-java] GWT+JDO+GAE enhancement nightmare

2010-03-22 Thread John Patterson
On 22 Mar 2010, at 13:20, Shawn Brown wrote: 1) Objectify entities can be used in GWT without the need for Data Transfer Objects. Twig data models also have this property but with the advantage that they have no dependencies on the low-level datastore - just pure unrestricted pojos.

[appengine-java] Re: GAE 1.3.1 java.io.IOException: Truncated quoted printable data when processing a Hotmail email

2010-03-22 Thread Peter Ondruska
Something has gotten broken with recent release because my code used to work fine with Hotmail/Yahoo sent messages. Looks like I have to go through release notes for 1.3.1 and fix processing incoming emails.. :- ( On Mar 21, 11:48 pm, Lucian Baciu lucianba...@gmail.com wrote: The mail processing

[appengine-java] Re: a question about transactional tasks

2010-03-22 Thread AJ
On Mar 21, 6:45 pm, Max Ross (Google) maxr+appeng...@google.com wrote: Hi AJ, Your understanding is correct and I don't quite know what we meant when we said same level of isolation and consistency.  I'll get this sorted out. thanks, I appreciate the reply! -- You received this message

Re: [appengine-java] Tweak static file without re-deploying

2010-03-22 Thread Ikai L (Google)
There's no way to just update static assets. I find that I always have to update my HTML files whenever I update my static assets anyway. As a safeguard against caches, it's a common practice to reference your CSS and JavaScript files like this script