I would like to build a website, using GWT together with Google App
Engine.There are three parts, but how should I organize them?

  * Users can login and customize a service to be included in a DIV on
their own homepages (just like e.g. google maps can be included in a
homepage). I guess this main-part of the app will be handled in an
entrypoint like a normal GWT app.

  *  The users should then include a couple of lines of javascript
that replaces a certain DIV on their homepage with their customized
service (provided by me). Should I do that as second entrypoint?

  * In a third view I would like to manage user accounts and various
stuff. A third entrypoint?

How should I approach the above?
(If the method is multiple entrypoints: how do I specify the existence
of three index-pages (MyApp1.html, MyApp2.html and MyApp3.html)?)

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