[jboss-user] [Microcontainer] - Re: Question on Capabilities definition (ClassLoaderMetaData

alesj do-not-reply at jboss.com
Sun Feb 10 00:57:25 EST 2008


I don't understand what you mean by deployer having capabilities.

It's the module that has capabilities.
And there is a module per deployment unit.

Module also has requirements.
It is mean that those requirements are usually resolved by some other module's capabilities.

Think of this as OSGi imports (requirements) and exports (capabilities). 
And there are also bundle dependencies - module requirement / capability.

You would normally have this information constructed in a single deployer - e.g. OSGiManifestParser.

But deployer is nothing more than a POJO inside MC.
So it can have all the normal IoC/DI stuff as other MC beans.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128143#4128143

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128143



More information about the jboss-user mailing list