Hi,

I've seem the same question a lot of times in this list, but no answers to 
the problem of having XML documents on the server side of a GWT-RPC 
application and binding classes that can be reused on the client side. 
The use case is as follows:

- Binding classes automatically generated from XSD schemas.
- Marshaling and unmarshaling occur on the server side (no XML to 
class/class to XML conversion takes part on the client side).
- XML documents are consumed on the server side (client side consumes Java 
classes).
- Binding classes consumed both on the client and the server side of the 
application.
- GWT-RPC.

What is a valid approach to share XML binding classes between client and 
server side?

I've tried with JAXB, JiBX and XMLBeans, but always find problems with the 
serialization of the binding classes. All these technologies produce 
classes that implement Serializable, but for one reason or another, GWT 
fails to serialize them.

Thanks in advance and kind regards,

Erik

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/dDDfUxHSZ-YJ.
To post to this group, send email to google-web-toolkit@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