RE: context

2004-11-24 Thread Samuel Ferrer
ROTECTED]> To: "'Avalon framework users'" <[EMAIL PROTECTED]> Subject: RE: context Date: Wed, 24 Nov 2004 18:33:39 +0100 > -Original Message- > From: Samuel Ferrer [mailto:[EMAIL PROTECTED] > Sent: 24 November 2004 14:03 > To: [EMAIL PROTECTED] > Subj

Re: context

2004-11-24 Thread Niclas Hedhman
On Wednesday 24 November 2004 23:05, Samuel Ferrer wrote: > and one more question? is jetty part of the whole thing or is just a > standard component you have to include? A Jetty Merlin/Metro wrapper is in development, which intend to; 1. Provide direct http access into the the application model.

RE: context

2004-11-24 Thread Stephen McConnell
> -Original Message- > From: Samuel Ferrer [mailto:[EMAIL PROTECTED] > Sent: 24 November 2004 15:23 > To: [EMAIL PROTECTED] > Subject: Re: context > > > Thank you very much ... > > I wander ... that mapping is a very simple class like a Hashtable isn

RE: context

2004-11-24 Thread Stephen McConnell
> -Original Message- > From: Samuel Ferrer [mailto:[EMAIL PROTECTED] > Sent: 24 November 2004 14:03 > To: [EMAIL PROTECTED] > Subject: RE: context > > > Hi quijote > > I am new to this project too, but I have been following the development of > met

Re: context

2004-11-24 Thread Samuel Ferrer
mework users" <[EMAIL PROTECTED]> To: Avalon framework users <[EMAIL PROTECTED]> Subject: Re: context Date: Wed, 24 Nov 2004 09:44:42 -0500 Samuel Ferrer wrote: Thank you very much ... I wander ... that mapping is a very simple class like a Hashtable isn't ... no need for anyth

Re: context

2004-11-24 Thread J Aaron Farr
Samuel Ferrer wrote: Thank you very much ... I wander ... that mapping is a very simple class like a Hashtable isn't ... no need for anything else? Under the covers, yes, it's a Map implementation. But the Context is read-only for components. How does the container publish the properties ... vi

Re: context

2004-11-24 Thread Samuel Ferrer
t;[EMAIL PROTECTED]> Reply-To: "Avalon framework users" <[EMAIL PROTECTED]> To: Avalon framework users <[EMAIL PROTECTED]> Subject: Re: context Date: Wed, 24 Nov 2004 08:58:43 -0500 Samuel Ferrer wrote: I think, and guys correct me if I am wrong, the context is the container

Re: context

2004-11-24 Thread J Aaron Farr
Samuel Ferrer wrote: I think, and guys correct me if I am wrong, the context is the container in which a component is running. One of the original Avalon Framework lifecyles was "Contextualize" [1]. During this phase, the component would be passed a "Context" object (org.apache.avalon.framework

RE: context

2004-11-24 Thread Samuel Ferrer
Hi quijote I am new to this project too, but I have been following the development of metro quite close. I think, and guys correct me if I am wrong, the context is the container in which a component is running. The context gives you access to the container ...if I am right, then dont reduce it

RE: context

2004-11-24 Thread Stephen McConnell
> -Original Message- > From: El Quijote [mailto:[EMAIL PROTECTED] > Sent: 24 November 2004 11:30 > To: [EMAIL PROTECTED] > Subject: context > > Hi! > I'm new to the subject of the avalon-framework and find the expression > "context for a component" very abstract. Could somebody explain t