I am using acegi in T5, without a database, so no, you don't need to
configure it with a DB.  There's a tutorial on a wiki somewhere, if you
google it, which was enough to get me (also a total novice) started...
Steve

On 10/10/07, Nguyen, Michael <[EMAIL PROTECTED]> wrote:
>
> Robin,
>    The documentation is scarce for this project. Does it have all the
> functionality its counterpart  in Spring have?  I can't tell from the
> website.  Does Acegi have to be configured with a database?  I know this
> is an odd request, but due to how our framework is setup, user
> information is stored in another service.  Our application has no direct
> access to a database.  The access to the databases we have access to is
> read-only.
>
> Thanks,
> Michael
>
>
>
>
> -----Original Message-----
> From: Robin Helgelin [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 10, 2007 12:38 PM
> To: Tapestry users
> Subject: Re: T5: User validation
>
> On 10/10/07, mnguyen21 <[EMAIL PROTECTED]> wrote:
> >
> > Short of adding a filter in the web.xml, is there a way in tapestry 5
> > to selectively have certain pages validate user sessions?  I'm trying
> > to unobtrusively have pages redirect the user to log in before they
> > view the page if their session timed out.  Currently, I would need
> > this functionality for the majority of my pages.  There are a few
> > pages that do not require authentication.
>
> You can always check the Acegi-integration,
> <http://www.localhost.nu/java/tapestry5-acegi>.
>
> --
>         regards,
>         Robin
>
> ---------------------------------------------------------------------
> 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