I've seen that project (and it's quite amazing) but its purpose is client-side mapping using deferred binding. And i don't want to parse 15K LOC client-side... And it does not (yet :D) generate xml from the annotated classes.
Thanks anyway. ciosbel. On 14 Mag, 19:19, Christian Goudreau <[email protected]> wrote: > Take a look at this project > > http://code.google.com/p/piriti/ > > Cheers > > Christian > > > > On Fri, May 14, 2010 at 1:18 PM, ciosbel <[email protected]> wrote: > > > I assume that the files are on your server? If you are trying to set the > > > contents of the elements of the xml file, then why not > > > use an RPC mechanism that automatically binds them to POJOs on the > > > client? (you don't have to use GWT-RPC) > > > > Or am I missing something? If they are stored as XML on the server you > > > only need to bind/unbind them once and that should be in the RPC > > mechanism . > > > This is exactly what i want to do. But i can't figured it out how. > > Binding into POJOs at server-side (XMLs are huge) and having them > > available at client side through serialization, is wrong? Possible? > > Useless? > > > Thank you, > > ciosbel. > > > -- > > 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]<google-web-toolkit%[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 > athttp://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.
