• 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,如果出错会有提示.

  • 相关阅读:
    原生ajax四部曲
    jquery ajax参数
    java String format占位符
    servlet是什么
    直接插入排序算法
    通过汇编一个简单的C程序,分析汇编代码理解计算机是如何工作的--20135334赵阳林
    信息安全系统设计基础第一周学习总结
    信息安全系统设计基础实验五:通讯协议设计
    信息安全系统设计第二次&第四次实验
    信息安全系统设计基础第一次实验报告
  • 原文地址:https://www.cnblogs.com/cleo/p/361362.html
  • Copyright © 2020-2023  润新知