> >Now, I think re-implement just
> >org.apache.avalon.phoenix.engine.DefaultSarDeployer and
> >org.apache.avalon.phoenix.engine.Main.
> >I am going wrong way? What is straight path?
>
> ;)
>
> Not sure. Personally if I was you I would also rewrite (or get us to
> rewrite) parts of embeddor so that the SystemManager object is
> not used (or
> maybe a noop version is used instead).
Yeah. I misunderstand DefaultSarDeployer and Phoenix* classes. :-|
I start studying camelot, atlantis and phoenix. :-)
>
> >Plz. suggest starting point to me.
>
> I guess we need more information. WHat exactly are you using it for and
> what level of protection/separation do you need?
I don't understand meaning of "protection level" and "separation level"
correctly.
webapp version of phoenix manage only just one ServerApplication.
older version of Phoenix use Container->Component model. I think it is very
similar.
webapp version phoenix use webapp's ClassLoader.
use case is...
WebAppPhoenix phoenix = new WebAppPhoenix();
...
...
DataSourceSelector dataSourceSelector =
DataSourceSelector)phoenix.select( DataSourceSelector.ROLE );
DataSourceComponent dataSource = dataSourceSelector.select( "default" );
understand?
I'm sorry my suck explanation of question.
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]