TFS CMMI 模板试用, Create Alternative Application Partitioning Designs /Design System Architecture and D...

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.
  TFS CMMI 模板试用, Create Alternative Application Partitioning Designs /Design System Architecture and D...在创建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.

TFS CMMI 模板试用, Create Alternative Application Partitioning Designs /Design System Architecture and D...

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.

TFS CMMI 模板试用, Create Alternative Application Partitioning Designs /Design System Architecture and D...

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

TFS CMMI 模板试用, Create Alternative Application Partitioning Designs /Design System Architecture and D...

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

TFS CMMI 模板试用, Create Alternative Application Partitioning Designs /Design System Architecture and D...

转载于:https://www.cnblogs.com/cleo/archive/2006/03/29/361362.html