[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBDEPLOY-16; generic dependency deployer
alesj
do-not-reply at jboss.com
Wed Nov 26 07:57:22 EST 2008
"adrian at jboss.org" wrote : If you want to provide an example of such a thing that uses text files
| that is ok.
I'm done with initial version of this generic dependency:
- http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/dependency/
- http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/dependency/test/DependenciesTestCase.java
Aliasing:
- AliasesParserDeployer: looks for aliases.txt --> DeploymentAliases
- DeploymentAliasesDeployer: DeploymentAliases --> add/remove aliases for DeploymentUnit
Dependency:
- DependenciesParserDeployer: looks for jboss-dependency.xml --> DependenciesMetaData
- DependenciesMetaDataDeployer: DependenciesMetaData --> DeploymentDependencies
- DeploymentDependencyDeployer: DeploymentDependencies --> add/remove dependency items
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192453#4192453
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192453
More information about the jboss-dev-forums
mailing list