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

查看全文
  • 相关阅读:
    导入excel
    aspx页面调用发送邮件验证码(结合前两篇)
    随机生成数字(ashx文件,调用上篇所写发送邮件代码)
    C#邮箱发送验证码
    linq查询一个字段的总和
    随部分div增高总的div也随着增高
    视图显示库存余量
    利用存储过程把两个表的数据插入到一个新表中(存储过程中写两个游标)
    使用kindeditor文本编辑器
    MSSQLServer 2016 安装遇到的问题
  • 原文地址:https://www.cnblogs.com/cleo/p/361362.html
  • Copyright © 2011-2022 走看看