On Fri, 12 Oct 2001 23:51, Peter Royal wrote: > Correct me if I'm wrong here, but a block that implement Composable gets a > handle to the ComponentManager that contains all other loaded blocks (or > blocks that the Composable blocks has marked as dependencies). Could that > ComponentManager be made availble via the JNDI InitialContext that Tomcat4 > provides to webapps?
Thats the way to do it (Ie Communication via JNDI) if we want to do it via the servlet "standard". > That ComponentManager could then be set as the parent > CM for the one Cocoon creates for itself. Then whenever an attempt it made > to look up a dependent block, it will fall through to the CM we got via the > InitialContext. > > If this sounds feasible, let me know. I'm more than happy to help implement > it. -pete Well if you can get Bay to do it then great. Not sure really whats further needed to get everything operational ? -- Cheers, Pete ----------------------------------------------------------- "Remember, your body is a temple; however, it's also your dancehall and bowling alley" -- Dharma Montgomery ----------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
