[Design of JBoss Web Services] - Project structure for jbossws-2.1.0
by thomas.diesler@jboss.com
Folks,
now that jbossws-2.0.0.GA is out it is time to think about a project structure that gives independent lifecycle to the individual integration projects. The SPI, the container integration layers and the stack integration layers all have independent lifecycle.
It should for example be possible to deploy jbossws-2.0.0.GA in jbossas-5.0.x, by updating the jboss50 container integration to the new deployer archtecture.
The SVN layout I propose is
| jbossws
| + container-jboss40
| + container-jboss42
| + container-jboss50
| + stack-native
| + stack-metro
| + stack-cxf
| + spi
| + testsuite
|
Each of the above will have trunk, branches, tags.
Projects will have binary dependencies only. For example stack-native and container-jboss50 will have a binary dependency on spi.
jbossws/trunk will be removed, jbossws/branches and jbossws/tags will be moved to old.releases
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062063#4062063
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062063