On Monday, April 23, 2012 10:14:00 AM UTC+2, vanessa vanessa wrote: > > Ok i'll provide further information. i have to create a generator that > uses the velocity engine ,it will generate a GWT > code which will be in turn compiled . > > The entry of my generator is an xml file which i'm supposed to transform > to a model object . I'll generate therefore > the code from this model object .I wish i made my self clear. >
The fact that the generated code will be compiled by GWT doesn't change anything to your generating process. So, write a Java program (with a main() et al.) that reads XML and outputs Java code. What kind of help are you looking for? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/S4ndjgj-Q30J. 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.
