apache-tuscany/sandbox/sebastien/java/extend/modules/implementation-spring-stub
2010-08-29 02:55:29 +00:00
..
META-INF Sandbox to experiment and extend the runtime. 2010-08-29 02:55:29 +00:00
src/main Sandbox to experiment and extend the runtime. 2010-08-29 02:55:29 +00:00
LICENSE Sandbox to experiment and extend the runtime. 2010-08-29 02:55:29 +00:00
NOTICE Sandbox to experiment and extend the runtime. 2010-08-29 02:55:29 +00:00
pom.xml Sandbox to experiment and extend the runtime. 2010-08-29 02:55:29 +00:00
README Sandbox to experiment and extend the runtime. 2010-08-29 02:55:29 +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.