GWT and a jaxb objects
Posted
by arinte
on Stack Overflow
See other posts from Stack Overflow
or by arinte
Published on 2010-04-26T16:35:36Z
Indexed on
2010/04/26
17:13 UTC
Read the original article
Hit count: 287
gwt
|annotations
I am trying to use GWT to build objects on the client side that would be sent to a web service elsewhere. These objects are generate through JAX-WS which I am pretty sure uses jaxb to build objects from the xsds that are in the wsdl.
Anyhow, GWT was supposed to be able to support this by ignoring annotations or whatever, but it isn't working for me. Here is one of the errors that I am getting:
Line 4: The import javax.xml.bind cannot be resolve
I am using GWT 2 and the Google plugin for Eclipse.
© Stack Overflow or respective owner