Newbie question for GWT 1.7 is how do people tend to organize their
webapps that may have multiple distinct sets of functionality.

That is, would people tend to create a HTML+Entry for a login page
that is streamlined only for this very specific task of authenticating
users, handling forgot passwords, etc. that are related to a non-
logged in user.

Then perhaps have another HTML+Entry for the main "dashboard" aspect
of the application.  I tend to think of this part of the application
as the run-time focus for typical users who are making use of the
system.

Then perhaps have another HTML+Entry for specialist tasks that are
more geared towards administrators or the like that are setting up the
application and all of those tasks that can be fairly complex on their
own, but aren't user functions.

And then would most people create one RPC interface to support each of
these Entry points, or might a non-trivial Entry point tend to support
a series of RPC interfaces to deal with myriad functions.

Thanks for any ideas on what are considered best practices in this
area.

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