I believe, that classes generated by JAXB are just annotated beans, so if we could make GWT ignore some JAXB specific statements, we could use them to pass data from server to client? May be GWT have some annotation like @GWTIgnore?
On 2 дек, 12:13, Alan <[EMAIL PROTECTED]> wrote: > Hi all, > This is my first post to this group and I am not native English > speaker, so please sorry for my possible mistakes.. > > I am trying to use JAXB generated classes on server and client side. > I've added source for generated classes and annotations used by jaxb > to the GWT source tree. And my compilation failed on > XmlGregorialCalendar type. > I've made XJC to bind all dates in XML schemas to java.util.Date > > The next compilation fail is on [EMAIL PROTECTED](Adapter1.class). > It says that it can't find source for Adapter1.class... but I can not > include it to the source tree, because of it will lead to compilation > errors on java.util.Calendar and javax.xml.bind.DatatypeConverter. > > So, does any body managed to use JAXB generated classes with GWT? > Is there a way to make GWT ignore @XmlJavaTypeAdapter? > > Thanks in advance for your replies. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
