Author: ramkumar
Date: Thu May  7 17:31:17 2009
New Revision: 772718

URL: http://svn.apache.org/viewvc?rev=772718&view=rev
Log:
Refactoring Spring Module

Added:
    tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/README

Added: 
tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/README
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/README?rev=772718&view=auto
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/README 
(added)
+++ tuscany/branches/sca-java-1.x/modules/implementation-spring-runtime/README 
Thu May  7 17:31:17 2009
@@ -0,0 +1,9 @@
+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.
+


Reply via email to