zoukankan      html  css  js  c++  java
  • TFS CMMI 模板试用, Create Alternative Application Partitioning Designs /Design System Architecture and Deployment 无为而为

    1. Create Application Diagram 即创建AD

  • Using the domain model and requirements as input, create an application diagram that represents the core logical elements of the system. This will later be partitioned into system diagrams. Alternative partitioning schemes will be considered and evaluated.
  • Note: Application diagrams in Visual Studio Team Edition for Architects only model ASP.NET applications, Windows applications, and Microsoft Office projects. For more information on generic applications, see Application Types and Prototypes for Defining Applications in the Visual Studio help.
     
  • 在创建AD的时候注意,VS2005有一个Bug,就是在Web Service Provider EndPoint和Web Service Comsumer EndPoint之间建立连接之后,不要在修改Web Service Provider EndPoint的名字,因为Web Service Comsumer EndPoint并不会自动跟着修改引用了这个名称的值(WSDL Service Name/WSDL Binding Name etc),要修改名称就要重新删除Web Service Comsumer EndPoint,重新建立连接。否则,后面验证就会失败。
    2.通过AD创建SD
  • Create System Diagrams

    • The architect and lead developer create system diagrams from the application diagram. Through system diagrams you can design reusable application systems as units of deployment by composing them from elements on the application diagram. You can also design larger and more complex systems that contain other systems so that you can use them in distributed system scenarios and abstract the details of applications in those systems.
  • 3.创建LDD

  • Create Logical Datacenter Diagram

    • The infrastructure architect creates a logical datacenter diagram. Through the logical datacenter diagram, infrastructure architects can specify a logical representation of the datacenter such as the types of communications allowed, specific communication pathways, and the types of services enabled.

  • 4.SD和LDD一起生成DD,并且绑定各个Application.

  • 5.验证DD,如果出错会有提示.

查看全文
  • 相关阅读:
    note 11 字典
    note10 元组
    hibernate环境搭建及操作
    JAVA中解决Filter过滤掉css,js,图片文件等问题
    过滤器
    MySQL存储过程(转)
    用java调用oracle存储过程总结(转)
    Oracle分页查询语句的写法(转)
    数据访问类的封装
    事务的特性及事务的隔离级别(转)
  • 原文地址:https://www.cnblogs.com/cleo/p/361362.html
  • Copyright © 2011-2022 走看看