Yes of course. As long as you well configured your EntryPoint class in module xml.
On Tue, Oct 27, 2009 at 6:09 PM, Sean <[email protected]> wrote: > > Hi together, > > I'm new to GWT and I'm looking for a way to use the GWTCompiler for > another set of Java classes. > Basically I would like to write my own set of classes for the compiler > and define what code the compiler is generating out of them. > Also I would like to add an compiler argument so that the compiler > knows if the original or my set of classes should be used for > compiling. > > For example: > > public class Hello implements EntryPoint { > > ...some cool stuff... > > } > > should look like: > > public class Hello implements MyOwnObject { > > ...some cool stuff... > > } > > and the compiler should know what code has to be generated out of > that. > > Is this possible? > > Greetings, Sean > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
