I hope the email made sense, I was falling asleep when I wrote it at 3am. :)


Here is a wiki page I threw together.  Note there are some things you
still have to implement, it's not a full running example.
This is for non-annotated Acegi use (I call it the classical way)
http://wiki.apache.org/tapestry/Tapestry5AcegiNoAnnotations?action=show






















On Jan 7, 2008 3:25 AM, Joshua Jackson <[EMAIL PROTECTED]> wrote:
> Thanks Daniel.
>
> This is the answer I was looking for. :)
>
> Cheers,
>
> On 1/7/08, Daniel Jue <[EMAIL PROTECTED]> wrote:
> > Just a note for Acegi/Tapestry newcomers, this is about integrating
> > Acegi (Spring Security) with T5, so that a page's security is defined
> > in the actual T5 Java page classes (would this work for components
> > too?)
> >
> > The kind of integration mentioned in the first reply is not _required_
> > in order to use Acegi with your Tapestry app.  Acegi and Tapestry
> > happily coexist, with Acegi getting first dibs as your web filter (it
> > comes before the Tapestry filter in your Web.xml)
> >
> > In this way, the Tapestry portion of your app barely knows about
> > Acegi, except for link object it creates on your login page.
> > However, this means that things like roles and page restrictions are
> > in an Acegi xml file, not in annotations.
>
> --
>
> I'm a coder not a drag-n-dropper
>
> Blog: http://joshuajava.wordpress.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to