This content has been marked as final.
Show 4 replies
-
1. Re: Should I use SimpleSubDeployerSupport?
adrian.brock Nov 1, 2005 11:10 AM (in response to leifj)We are not dropping the old deployer framework.
It just won't be able to take advantage of some of the features of the new framework,
when it is eventually written.
Using something like SimpleSubDeployerSupport frees you of the most of the
dependency on the deployment framework. -
2. Re: Should I use SimpleSubDeployerSupport?
adrian.brock Nov 1, 2005 11:11 AM (in response to leifj)e.g. I recently wrote the new Bean Deployer using SimpleSubDeployerSupport
-
3. Re: Should I use SimpleSubDeployerSupport?
starksm64 Nov 1, 2005 11:14 AM (in response to leifj)The SimpleSubDeployerSupport will continue to be supported as its used by 4.0.x implementations. If you want more assurance create a unit test that illustrates you deployers usage and submit it to jira as a patch so that it can be integrated into the testsuite.
http://jira.jboss.com/jira/browse/JBAS
The 5.0 codebase is potentially a different story. -
4. Re: Should I use SimpleSubDeployerSupport?
leifj Nov 1, 2005 12:52 PM (in response to leifj)Thanks for good and quick replies!