I'm converting an existing java desktop application to the web by
using GWT.  The model classes are already written and they contain a
number of Dates.  The Person example was a trivial representation of a
larger model.  What you're suggesting is more complicated than you
realize.

On Jun 2, 11:44 am, kozura <koz...@gmail.com> wrote:
> Or, if all you really want is the actual date entered by the user and
> don't care about the time, you can simply send yyyy mm dd, either as a
> separate object or parameters to an RPC, and avoid custom serializers,
> interpreting Universal Date against timezones, or recompiling GWT.
> Why make sh*t complicated??

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to