James Carman wrote: > > Basically, tapestry-acegi just allows you to glue all of the Acegi > stuff together using HiveMind, rather than Spring (it's all just > "object soup" right?). Actually, the majority of the configuration of > the services goes on outside of tapestry-acegi itself (it's in > hivemind-acegi and hivemind-acegi-dao, so it can be used in a > generalized fashion). The cool part of tapestry-acegi is that it lets > you use Acegi's @Secured annotation (found in the acegi-tiger jar > file) to annotate your listener methods and page classes so that you > can declaratively secure them to specific roles. As for examples, I > don't really have one, but somebody wrote a nice Wiki page detailing > how to set it up. >
Hi James, You have to excuse me but I am on my first time on integrating tapestry and acegi. So I might have some question that is obvious for others... 1) how do I configure my web.xml? 2) how do I configure my hivemodule.xml? 3) how do I configure my hivemind-acegi? 4) how do I configure my hivemind-acegi-dao? 5) do I need to configure something else? I really want to use the cool part with Acegi's @Secured annotation but I cant get there without some pointers.... Cheers, Jacob -- View this message in context: http://www.nabble.com/Acegi-and-Visit-object-tf3025484.html#a8504216 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
