[jboss-dev-forums] [Design the new POJO MicroContainer] - Deployer Dependencies

adrian@jboss.org do-not-reply at jboss.com
Thu Jun 28 12:23:37 EDT 2007


The deployments can now have dependencies.

These are handled by the Microcontainer which calls back into the
MainDeployer/DeployersImpl when dependencies are satisfied.

The dependencies are based on stages like the old relative order:
PARSE - parsing deployers
DESCRIBE (new) - work out dependencies from metadata
CLASSLOADER - classloading construction
POST_CLASSLOADER - aop
REAL - others

While this works, there is still work to do to complete this.

1) It needs an api such that deployers can add dependencies (on the fly).

2) The actual mechanism in the DESCRIBE stage to visit metadata
and discover deployment dependencies does not yet exist.
The first prototype of this will be with the osgi bundle dependencies,
but this needs to be a more generic mechanism.

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

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



More information about the jboss-dev-forums mailing list