Hi,

If you are not totally tied to JAXB you may want to check out JIBX. I
was successfully using the beans that it creates on both Server side
and Client side.  The way it marshals is by injecting information into
the bytecode and this seems to allow GWT to still recognize the source
of the beans as being the same as the compiled server object.

I have since refactored to use RequestFactory so that this entire
issue is moot but if you cannot then I highly recommend JIBX.

- Mike

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

Reply via email to