we have a problem with using java Locale and Currency classes with GWT on client-side.
We want to pass our domain model objects (containing properties of Locale and Currency types) to client side to manipulate them there.
But we are stuck with some java classes that don't have GWT implementations.
We tried to write custom serializers and use them with <super-source> directive, but it didn't work. We tried approach from here: http://www.concentricsky.com/blog/2011/03/emulating-jre-classes-in-gwt/
Do you know any other ways to replace jre classes in gwt?
Thanks,
Bart
-- 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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment