Author: antelder
Date: Sat May  2 06:49:02 2009
New Revision: 770904

URL: http://svn.apache.org/viewvc?rev=770904&view=rev
Log:
Add a README to the spring modules

Added:
    tuscany/java/sca/modules/implementation-spring-runtime/README
    tuscany/java/sca/modules/implementation-spring/README

Added: tuscany/java/sca/modules/implementation-spring-runtime/README
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-spring-runtime/README?rev=770904&view=auto
==============================================================================
--- tuscany/java/sca/modules/implementation-spring-runtime/README (added)
+++ tuscany/java/sca/modules/implementation-spring-runtime/README Sat May  2 
06:49:02 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.
+

Added: tuscany/java/sca/modules/implementation-spring/README
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-spring/README?rev=770904&view=auto
==============================================================================
--- tuscany/java/sca/modules/implementation-spring/README (added)
+++ tuscany/java/sca/modules/implementation-spring/README Sat May  2 06:49:02 
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