I need to manage xml files (already written), so i thought that having them binded into serializable POJO's was a good choice. But none of the technologies mentioned seemed to work in that way.
For example with JAXB you can autogenerate java classes from xsd schema, having them serializable and usable through gwt rpc service. But it doesn't work bacause of reflection. Xstream and XMLBeans is the same. Am i missing something? On 13 Mag, 23:51, Mike <[email protected]> wrote: > Why do you need XML, and not just POJO ? > > -- > 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.
