apache-tuscany/sandbox/sebastien/java/shell/contrib/modules/implementation-spring-tie
2010-09-07 23:52:54 +00:00
..
META-INF Sandbox to experiment with deployment and management commands. 2010-09-07 23:52:54 +00:00
src/main Sandbox to experiment with deployment and management commands. 2010-09-07 23:52:54 +00:00
LICENSE Sandbox to experiment with deployment and management commands. 2010-09-07 23:52:54 +00:00
NOTICE Sandbox to experiment with deployment and management commands. 2010-09-07 23:52:54 +00:00
pom.xml Sandbox to experiment with deployment and management commands. 2010-09-07 23:52:54 +00:00
README Sandbox to experiment with deployment and management commands. 2010-09-07 23:52:54 +00:00

Note that the implementation spring modules have a different structure from other extensions.

The aim is to have the Tuscany runtime embedded in a container with the Tuscany classes hidden
from user applications and the Spring jar's packaged with the application. That means that the
Tuscany code has no visibilty of the Spring classes and visa-versa. To implement that the
implementation-spring module has no dependencies on Spring and the implementation-spring-runtime
module has no dependencies on Tuscany (other than the sca-api), and reflection is used to call
methods between the modules.