The Wiki includes three very interesting articles describing how to
create an AccessController dispatcher whith Tapestry 5.
For authentication and access control aspects, we rather consider in
using :
> the Servlet spec declarative security
> an application login page not using the j_security_chec
The Request Processing documentation says that the
HttpServletRequestHandler pipeline can be extended by contributing a
HttpServletRequestFilter into the HttpServletRequestHandler service's
configuration.
I guess that one has to provide an ordered list of
HttpServletRequestFilter somehow, but I di
We are going to use Tapestry 5 for a ligthweight framework and provide
some added-value for example in terms of automatic JTA transaction
managment through a decorator.
According to the documentation of the Match annotation, it is not
possible to use symbols for its value.
If it were the case, we c