> 3. How this magic works. I mean in my generator I can make a call to
> GWT.create(). Then this call needs to be resolved again with other
> generator. So far it seemed to work well by magic, is there some
> limitations, or something I need to take in account?

No problem. I even did it recursively with my dialog layout generator.
It generates code which itself can use sub dialogs.

The german reading audience may also look under
http://gwtworld.de/bin/Offen/GeneratorMitGWT

>
> 4. That has little to do with the subject. But what is the best way to
> develop the generators. And also how I'm suppose to test them. Right
> now I have a src.println("CRASH") that I use to be able to see the
> result of the file. But is a bit tedious.

You can also debug generators in development mode.

And you can give an option to the compiler (-gen dir) to put the
generated files in a project directory

Stefan Bachert
http://gwtworld.de

-- 
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.

Reply via email to