Acegi newbie and Struts integration
I'm new to this spring-acegi movement so sorry if I'm asking obvious questions but I'm having some problems in migrating. I used to specify roles that can execute struts action in struts config, can I still use this feature?
I used to do the login in the LoginAction and it's ActionForm where I'd invoke a business delegate through which I'd authenticate the user, take the UserDTO from my app's model and I'd add it to the session. Does this continues to be a good practice?
Also as I don't use the j_acegi_security_check but my action on the form leads to LoginAction.do, how do I map it in the applicationContext-acegi-security.xml file?
Do I still need the security constraints and roles defined in the web.xml once I start using acegi or are they needed for struts?
If a role was named S does it become ROLE_S in acegi?
Thanks