I'm having a lot of trouble getting my head around security in SmartGWT. It seems there is nowhere (or at least I can't find anywhere) that explains how to implement a logon/logout setup in SmartGWT. I've scoured the forums and looked at all the links and just about everything I've found either references SmartClient, SpringSecurity, or similar. The few links I've found that don't use extra libraries glibly say you can use the standard J2EE security mechanisms - but that doesn't make sense to me. The standard J2EE form-based security relies on having multiple web pages - but SmartGWT doesn't use multiple web pages - just one.
Is there anywhere that I can find a detailed description of how to implement logon/logout/security for a web app using SmartGWT alone?
Is there anywhere that I can find a detailed description of how to implement logon/logout/security for a web app using SmartGWT alone?
Comment