Hi Everyone, Im finishing my first GWT app and am about to implement the login page. I've been doing a lot of reading and wanted to get some opinions on different ways to go about doing it.
The options I have found are the following: 1. Implement the login page into the main application and allow the user into the next section once they successfully login. 2. Have a separate GWT program for the login that redirects to the main program once the user successfully logs in 3. Modify the GWT main HTML page to a .jsp and use jsp to set the session variables and authenticate the user. After successfully logging in, the page will refresh and the line for the my programs GWT .js file is written to the page causing it to load. 4. Same as #3 but create a new jsp ad the default page and redirect to the normal GWT .html page for the program. Ideally i would like to have my GWT app loading in the background while the user is typing in their username and password. That way they won't have to wait for the program to load once they submit their credentials. Will any of these methods allow me to do this? Thanks! -Mark -- 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.