Slide 46
Slide 46 text
© Fraunhofer IESE
46
Foundations
◼ Deployment Artifacts
◼ are a bridge between DT and RT
◼ are created @DT
◼ can be used @DT or @RT
◼ @DT: for development, build, …
◼ @RT: for loading and running the system
◼ Formats of physical delivery are technology-specific
◼ Windows: .exe, .dll, …
◼ Java: .jar, .war, .ear, …
◼ Execution Environments
◼ Environments in which the application is executed
◼ E.g. Browser, Tomcat, Docker, …
◼ Computing Nodes
◼ Physical devices on which the application is executed
◼ E.g. Servers, controllers, mobile devices, …
Deployment Elements – Deployment Artifact, Execution Environment,
Computing Node