Re: App engine data types

2009-07-18 Thread bryce cottam
Juraj, Thanks for using the lib :) I'm glad it's useful. The way I came to develop that is basically to take apart another lib/module I was using (I think it was gwt-math). So, I basically just followed what I deduced from reading that module. I also tracked down a book that had some mention o

Re: App engine data types

2009-07-18 Thread Juraj Vitko
Thanks man! Saved me a few hours for sure. Can't believe nobody needed this yet - should be a part of GWT. It's not that I want to send a Text or a Blob via RPC - but I definitelly want my data classes to be usable at the client side (translatable). The Text I'm going to put in a String in a JD

Re: App engine data types

2009-06-11 Thread bcottam
okay, so I dug into this a bit and figured out how to port existing code to GWT compliant standards. I also included _CustomFieldSerializers. I am currently only using Key and Text in my test code, but I ported Key, Text, Blob, ShortBlob, Link and User however I haven't tested much beyond the K

Re: App engine data types

2009-05-14 Thread bcottam
yeah, I actually posted there first: http://groups.google.com/group/google-appengine-java/browse_thread/thread/c255df153aef6df1/c7ad9827c9c4b72d?lnk=gst&q=data+types#c7ad9827c9c4b72d and they suggested that I cross-post here :) I actually started using the persisted data classes and sending them

Re: App engine data types

2009-05-13 Thread Alyxandor
I'm really not sure, but I'd recommend checking out the Appengine google group first... http://groups.google.com/group/google-appengine-java?hl=en There's over a hundred posts a day there, so I'm sure someone there with a little more expertise than yours truly will be of more help. Out of curios

App engine data types

2009-05-13 Thread bcottam
Does anyone know if there is a gwt library that emulates the core app engine data types (Text, Key, Blob, ShortBlob etc.)? I know these types of extensions exist for other data types (like BigDecimal etc.) but I haven't been able to find one for the app engine specific data types. I