Thanks for such a quick response...
Let me rephrase it...

When should I use ComponentEventRequestFilter or ComponentRequestFilter or
RequestFilter.

I know they are part of request processing but if I am implementing security
at

1. Component Level.
2. Method Level.
3. Package Level.
4. may be mixin level.
5. Page Level

what interface should i implement?

regards
Taha


On Mon, Oct 18, 2010 at 9:44 PM, Thiago H. de Paula Figueiredo <
[email protected]> wrote:

> On Mon, 18 Oct 2010 14:07:36 -0200, Taha Hafeez <[email protected]>
> wrote:
>
>  Hi everyone!
>>
>
> Hi!
>
>
>  I was looking at the source code of a number of projects related to
>> security and also read related articles (including one at Tapestry Central).
>> I want to know whether to implement security by implementing
>> ComponentEventRequestFilter or ComponentRequestFilter or
>> RequestFilter or in Dispatcher..
>>
>
> Security is not something you implement in a single place. For
> application-wide (inter-page) security, ComponentRequestFilter is the one I
> recommend.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
> and instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to