Re: Design - Replacing Continuum's Web Framework

2005-12-02 Thread Carlos Sanchez
On 12/2/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > I never used JSF, but i've heard too some negatives points. I think it's more > simple to do the > migration to jsp technology because (if we need some help, tools, > components...) lot of resources > are available > JSF is JSP based,

Re: Design - Replacing Continuum's Web Framework

2005-12-02 Thread Emmanuel Venisse
Carlos, do you have a simple sample that use acegi? Emmanuel Carlos Sanchez a écrit : Acegi is based in servlet filters for the protection of urls, so the web framework used won't impact its use. Are you planning protecting just urls or any other stuff? acegi can do authorization and authentic

Re: Design - Replacing Continuum's Web Framework

2005-12-01 Thread Carlos Sanchez
On 12/1/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Carlos Sanchez wrote: > > Acegi is based in servlet filters for the protection of urls, so the > > web framework used won't impact its use. > > That's great. Does it still require spring to be configured though? We > already have a massive downl

Re: Design - Replacing Continuum's Web Framework

2005-12-01 Thread Brett Porter
Carlos Sanchez wrote: > Acegi is based in servlet filters for the protection of urls, so the > web framework used won't impact its use. That's great. Does it still require spring to be configured though? We already have a massive download - I'd really like to reduce our dependency set. > I was in

Re: Design - Replacing Continuum's Web Framework

2005-12-01 Thread Carlos Sanchez
Acegi is based in servlet filters for the protection of urls, so the web framework used won't impact its use. Are you planning protecting just urls or any other stuff? acegi can do authorization and authentication at class, method and instance level too, but I think that's only needed in a few type

Design - Replacing Continuum's Web Framework

2005-12-01 Thread John Casey
Hi everyone, We've been talking about this for quite awhile in various channels, and I wanted to take a few minutes and formalize the discussion. I'll capture the highlights of this discussion in the wiki afterwards. I'll start by posting my own thoughts, and let you all respond. Up to this