RalfM wrote:
> I also tried to use JAXB generated classes in GWT. When i add the JAXB
> Sources to the GWT Compiler it works with a lot of errors. But when i
> tried to use some imports( import
> javax.xml.bind.annotation.XmlElement; import
> javax.xml.bind.annotation.XmlRootElement;) the compiler fails.
>
> Has anyone a solution to use JAXB generated classes in GWT?
>
>   
No. JAXB uses code that's not translatable to javascript, so you can't
use it in GWT (though you can use it server-side)

Paul

--~--~---------~--~----~------------~-------~--~----~
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