> 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]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
