In my case, I have had to do the same with JAX XML annotations; I've done it by super-sourcing these annotations : http://code.google.com/intl/fr/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModules (chapter "overriding one package implementation with another)
2011/5/28 Juan Pablo Gardella <[email protected]> > I use JPA annotation without problem since GWT 2.0. What version of GWT are > you using? > > > 2011/5/28 Adolfo Panizo Touzon <[email protected]> > >> If I have a POJO class with JPA annotations (for example), anyone know >> how to remove the annotations to instantiate an object on the client >> side?? >> >> Anyone know how to remove the annotations to instantiate an object on the >> client side >> >> So far I have used the library of gwt-ent but I guess that gwt must >> provide somemechanism to do so. >> >> Thanks in advance. >> >> Adolfo Panizo. >> >> -- >> El precio es lo que pagas. El valor es lo que recibes. >> Warren Buffet >> >> -- >> 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. >> > > -- > 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. > -- Damien Picard Axeiya Services : http://axeiya.com/ gwt-ckeditor : http://code.google.com/p/gwt-ckeditor/ Mon livre sur GWT : http://axeiya.com/index.php/ouvrage-gwt.html -- 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.
