[google-appengine] Protocol Buffers

2012-08-31 Thread Larry White
is there any support in appengine for using protocol buffers for data transfer (eg. through RPCs). If not, what recommended practices do people have for minimizing latency between AppEngine and clients, when clients are spread across the globe? -- You received this message because you are

NoClassDef ReadPolicy$Consistency? (was Re: [appengine-java] using an Objectify query filter with IN -- IllegalArgumentException)

2010-04-22 Thread Larry White
checked in tonight. Sorry about that! Jeff On Wed, Apr 21, 2010 at 1:43 PM, Larry White ljw1...@gmail.com wrote: Hi, I'm trying to pass in a collection of Strings to be used in a filter using Objectify (which I LOVE, btw). I'm doing it like so: QuerySNote query = ofy.query

Re: NoClassDef ReadPolicy$Consistency? (was Re: [appengine-java] using an Objectify query filter with IN -- IllegalArgumentException)

2010-04-22 Thread Larry White
)... it's hard to imagine your project compiles without it! Jeff On Thu, Apr 22, 2010 at 5:31 AM, Larry White ljw1...@gmail.com wrote: I just upgraded - thanks for the amazingly quick turnaround on my bug btw!! Unfortunately, I'm now getting java.lang.NoClassDefFoundError: com

[appengine-java] Re: noob question: HTML rendering as escaped in HTML widget

2010-04-22 Thread Larry White
doh. I was setting the HTML content with setText() instead of setHTML(). so, uh, nevermind. thanks On Thu, Apr 22, 2010 at 5:54 PM, Larry White ljw1...@gmail.com wrote: I have a text string created in the RichTextArea widget. When viewed in that widget it shows as HTML with all the expected