Re: Struts2 + Authorization

2010-05-17 Thread RogerV
Fabio Perfetti wrote: > > Hi all, anyone can suggest me how implement a simple authorization > process? > I looked for Shiro but i am looking for something simple simple > simple...an > interceptor? > > Have a nice day > > I'd suggest that you take a look at Spring Security. It can be simple

Re: Struts2 + Authorization

2010-05-17 Thread Frans Thamura
try to see my cimande project www.sf.net/projects/cimande we have interceptor for security we try to extend the security to share one injection using spring we also can replace the databse user with LDAP but we still need big work to make it cool esp afer see roller's code vrsion 5 -- Frans