Hi Peter,
In sample tutorial
http://docs.codehaus.org/display/GRAILS/AcegiSecurity+Plugin+-+Basic+Tutorialyou end up with user/role management where you can create new user, role and define url you can(n't) access.
From what I gather in jsecurity tutorial I need to define security filter to specify each user priveleges.
It will be quite troublesome for me to add new user(or role) in jsecurity because I need to recode the security filter. I rather let my user doing this themselves.
I think I plan to make my own taglib to do something similar to jsecurity's taglib(hasRole).
Best Regards,
Joni