Each GWT module can have only one entry point and you should have only one entry point per page. A GWT module doesn't have to have any entry point though so common code used by more than one page/module can be moved to a common module inherited by them both. Is there a specific scenario you have in mind that requires more than one entry point?
On Jan 11, 6:32 am, QterMgnus <[email protected]> wrote: > when you create a Google Web application porject, > it creates automatically a class called EntryPoint. > For > examplehttp://code.google.com/p/gwt-mobile-webkit/source/browse/trunk/gwt-mo... > my question is it possible to create multiple class that implements > EntryPoint in the same project ? if so how ?
-- 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.
