Yes, it's simple, create a GWT Module for each entry point that you need.

Then create, for example a new JSP file called MyModule.jsp and copy from 
your recently created hosted page (.html) the <script> tag to include the 
GWT generated js.

I hope this helps you.

PS: And if you need to share some classes you can create a module without an 
entry point and then in your other Module Descriptors inherits this module 
with this tag:

<inherits name='com.mycompany.myapp.mymodule.Mymodule'/>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to