RE: The Http Facility and testing

2004-07-27 Thread Bennett, Timothy (JIS/Applications)
> -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: Monday, July 26, 2004 3:23 AM > To: Avalon Developers List > Subject: Re: The Http Facility and testing > > Since the last post, I have decided that the existing Http > Facilit

Re: The Http Facility and testing

2004-07-26 Thread Niclas Hedhman
On Monday 26 July 2004 15:08, [EMAIL PROTECTED] wrote: > Hi Niklas, > I tried out the new Http Facility but it seems that > org.apache.avalon.http.impl.DefaultModelListener is not in the codebase. > > I would write some testcase to avoid this but is it acceptable to have a > lot of MerlinTestCases

Re: The Http Facility

2004-07-24 Thread Niclas Hedhman
On Saturday 24 July 2004 21:41, Stephen McConnell wrote: > I would not call these servlets because they are not stict servlets (the > are instead regular component that are capable of handling HTTP servlet > request and response messages). > > > >/my-url > > /somecontainer/anotherco

RE: The Http Facility

2004-07-24 Thread Stephen McConnell
> -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 24, 2004 09:14 > To: Avalon Developers List > Cc: Avalon Users > Subject: The Http Facility > Importance: High > > > Gang, > > I am working on the HTTP Facility for Merlin, and want to be intro

RE: The Http Facility

2004-07-24 Thread Stephen McConnell
> -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 24, 2004 09:53 > To: Avalon Developers List > Cc: Avalon Users > Subject: Re: The Http Facility > Importance: High > > On Saturday 24 July 2004 15:13, Niclas Hedhman

Re: The Http Facility

2004-07-24 Thread Niclas Hedhman
On Saturday 24 July 2004 15:13, Niclas Hedhman wrote: > I am working on the HTTP Facility for Merlin, and want to be introducing > the following changes; One more thing. Components that wishes to be able to serve http requests must implement the interface called Handler. IMHO, this is a very poo