zoukankan      html  css  js  c++  java
  • 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

     

     

  • 相关阅读:
    SAP 锁对象
    smartforms取消word为默认编辑器
    abap 配置 zconfig
    Ant步步为营(1)解压本地的zip包
    点击页面出现文字动画
    js简单实现累加
    github发布线上项目
    jsonp的实现
    js操作class
    js开发实用技巧
  • 原文地址:https://www.cnblogs.com/feiling/p/2465472.html
Copyright © 2011-2022 走看看