Creating a structure diagram
With HOPEX IT Architecture V2, the components of an application object and their exchanges are described in a structure diagram.
A structure diagram can be built for an application environment, an application, an application system, an IT service or a micro-service.
 
 
Creating an Application Structure Diagram
*An application structure diagram graphically shows first level components of an application, the access points (service point and request point) and the connections between components.
The “Office Supplies Purchasing Management” application uses two dedicated IT Services: “Display purchase request list” and “Assign and handle purchase request”. The “Assign and handle purchase request” IT service invokes Excel micro-service.
The components of an Application Structure Diagram 
An Application Structure Diagram includes:
IT services which represent the IT services used and deployed with the application.
In the example, the services are “Display purchase request list” and “Assign and handle purchase request”.
*An IT service is a software component of an application, that can't be deployed alone and that realizes a sub-set of the functionalities of this application either for end users of this application or inside the application (or another application). This includes batch programs.
micro-services which represent the services used independently of the application.
In the example, this is the Excel application.
*A micro-service is a software component that can be deployed autonomously, but which does not directly provide an end user service. It can interact with other application services, applications or application systems. This is a deployable software component that uses software technologies. For example: an authentication service, a PDF file printing service.
request and service points
interactions between components.
*An interaction represents a contract established in a specific context between autonomous entities that are internal or external to an enterprise. These entities can be enterprise org-units, applications, activities or processes, as well as external org-units. The content of this contract is described by an exchange contract.
physical data stores used by the application.
*For more details, see Managing Data.
Adding an application service to an application structure diagram 
To describe that an application uses an application service, go to:
1. In the object toolbar of the application structure diagram, select Application Service and click in the frame of the application described.
A creation dialog box asks you to select the Name of an existing IT service.
2. Select an existing IT service.
3. Click OK.
The application service appears in the diagram.