Hi,
Is there a SmartGWT Pro/EE recommended architecture for logging in? I have the following goals with this:
1. Login via plain HTML page served via servlet (done)
2. Setup a filter on the back-end to protect all things under the app directory. (done)
3. When logged-in (showing the app), display the user's name on the screen (similar to how gmail shows the username in the upper right of the page). (still trying to get this)
Is this more of a GWT issue, or has SmartGWT wrapped this up nicely? Do you recommend using cookies or Java sessions?
Thanks.
Is there a SmartGWT Pro/EE recommended architecture for logging in? I have the following goals with this:
1. Login via plain HTML page served via servlet (done)
2. Setup a filter on the back-end to protect all things under the app directory. (done)
3. When logged-in (showing the app), display the user's name on the screen (similar to how gmail shows the username in the upper right of the page). (still trying to get this)
Is this more of a GWT issue, or has SmartGWT wrapped this up nicely? Do you recommend using cookies or Java sessions?
Thanks.
Comment