One way is to call Window.Location.assign with the URL of the new
application (which the URL varying based on the user's identity).

We've implemented a similar requirement with our current project.  Our
login page actually is *NOT* a GWT application but instead is a simple
form (handled by a servlet in our web server).  Upon a successful
login, the servlet returns an HTML page linking to the appropriate GWT
application for the user.

Tony
--
Tony Strauss
Designing Patterns, LLC
http://www.designingpatterns.com
http://blogs.designingpatterns.com

On Apr 3, 10:01 am, Shank <[email protected]> wrote:
> I am new to GWT , i have created a app where a user has to login now
> whenever a user logs in successfully, i have to load a application
> according to the user logged in . How do i load a new application from
> another GWT application.
--~--~---------~--~----~------------~-------~--~----~
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