C
C
Chupa2011-05-27 14:24:17
Java
Chupa, 2011-05-27 14:24:17

GWT + JAXB classes?

Has anyone had experience using JAXB generated classes in GWT client code?
What are the solutions to such errors?

No source code is available for type javax.xml.datatype.XMLGregorianCalendar<br/>
No source code is available for type javax.xml.namespace.QName<br/>
No source code is available for type javax.xml.bind.JAXBElement

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
reality, 2011-05-27
@reality

I suspect that this is impossible, since there is no emulation of classes from the java.xml package for GWT
. It seems to me that the idea to use the generated classes in GWT is not correct, I would do it through the DTO layer

K
Kelsink, 2013-11-15
@Kelsink

There is no implementation of this calendar for the GWT client.
In general, JAXB works great. In our projects, it is actively used (although we usually create classes by hand).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question