Hello all, experienced programmer here but new to the Java, GWT web development. So I have a very basic question about application structure. But I really like what I've seen from GWT.
Lets assume I'm starting a basic site that has authentication, so a page to add a new member, a page to edit an existing membership, a page to get a reminder emailed, and a page to log in. Should this be implemented as 4 separate entry points? Should it be one entry point and one page with all interfaces on it, showing and hiding them as appropriate? If so won't this get bulky? Are the HTML pages I add after the main entrypoint always pure html? or can I add GWT goodness to them? In general it would be great to have some guidance as to entry points, multiple entry points and how they should be used. I've read all the documentation I can find and haven't seen this explained for someone at a basic level as me. Thanks in Advance Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
