RE: Instantiating a component from a stand alone class?
"Stephen McConnell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <000801c48b32$4fd71d60$1601a8c0@gloria> |
> -----Original Message----- > From: Harvinder Singh [mailto:[email protected]] > Sent: 24 August 2004 17:29 > To: Avalon framework users > Subject: RE: Instantiating a component from a stand alone class? > > Hi Stephen, > > Thanks for the input but I think the question was not very clear. > I have created a stand alone class and I dont want to make it as a Merlin > component. > but I want to access an existing Merlin component from it. How do I do > that > ? Take a look at the main tutorial (in svn). That is an example of a class that boots Merlin and establishes a kernel. For example of what you can do with a kernel .. take a look at the dynamics tutorial. Steve.