[jboss-dev-forums] [Design the new POJO MicroContainer] - JBDEPLOY-16; generic dependency deployer
alesj
do-not-reply at jboss.com
Tue Nov 25 04:38:40 EST 2008
WRT:
- https://jira.jboss.org/jira/browse/JBDEPLOY-16
and
- http://www.jboss.com/index.html?module=bb&op=viewtopic&t=146033
For the initial version of this generic deployer,
I would go with some simple dependency.txt file.
e.g. dependency.txt
TransactionManager
vfszip:/C:/projects/demos/sandbox/jboss-demos-ioc.jar
Since module name (DeploymntControllerContext name) is quite verbose
I would add another file that would hold deployment's alias: alias.txt
This would add an alias to DCC, making it human readable and not impl detailed - we might change vfszip to whatever ...
e.g. jboss-demos.jar would have META-INF/alias.txt (my-ioc-demos)
where jboss-demos-extension.jar would have dependency.txt with my-ioc-demos
Or is this too excessive on files?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192001#4192001
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192001
More information about the jboss-dev-forums
mailing list