apache-tuscany/sca-java-1.x/trunk/modules/implementation-spring-runtime
nash c88583d423 Update copyright dates
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091749 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13 11:22:58 +00:00
..
src/main Adding missing Apache License headers 2010-01-12 08:09:05 +00:00
LICENSE Moving 1.x trunk 2009-11-13 01:42:27 +00:00
NOTICE Update copyright dates 2011-04-13 11:22:58 +00:00
pom.xml Update 1.x trunk version to 1.7-SNAPSHOT 2009-12-21 12:31:56 +00:00
README Moving 1.x trunk 2009-11-13 01:42:27 +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.