liu jie wrote:
i want to use merlin as services server(services container),especially my module will be blocks. my blocks don't want to access(dependency) other services using servicemanager but jndi way.
This is for components inside a servlet ?
i saw Peter Donald's excalibur-naming-1.0, i suggest plug the jndi MemoryContext in merlin kernal.
The approach I've been working on is to embed the kernel inside a JNDI implementation. This will enable full naming and directory functionality while maintaining all of the publication/isolation features within the merlin system.
if my block can access other services using jndi, what
is the function of servicable interface.
They are orthoginal.
The serviceable interface provides support for a container to "push" services to a component. JNDI provides support for an implememntation to "pull" services in based on a standard naming and directory structure.
Cheers, Steve.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
Sent via James running under Merlin as an NT service. http://avalon.apache.org/sandbox/merlin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
