Tuscany 源码学习(1)

ref:http://tuscany.apache.org/documentation-2x/sca-java-runtime-overview.html

1.Tuscany 源码目录结构

2.0版本

 

BUILDING
CHANGES
LICENSE
NOTICE
README
RELEASE_NOTES

distribution           - the code that defines and build Tuscany distributions
features               - Maven projects that collect together Tuscany modules 
maven         
  archetypes           - Maven archetypes for creating Tuscany project templates
  maven-tuscany-plugin - ???
modules                - the source code for the runtime and the SCA extensions
samples                - project samples
testing
  itest                - project integration tests
  compliance-tests     - OASIS compliance tests
pom.xml  

 

All of the functional code in Tuscany Java SCA can be found under the modules directory. There are a lot of sub-directories here but they basically fall into one of two categories, core function or extensions. We are using the term extension here in the sense that the SCA Assembly specification talks about and extension model You always have to have the core functions but most of the extensions are optional (we say most here because without some of the basic extensions the runtime won't do anything) Finding extension modules is easy. Modules that start with the following words are extensions.

 

binding
databinding
implementation
interface
policy

 

 

 

 

 

 

 

 

posted @ 2012-04-22 21:15  feiling  阅读(336)  评论(0编辑  收藏  举报