Skip to main content

4 docs tagged with "Components (Reusability)"

View All Tags

Application Composition

In this course, you will learn everything important around application composition within . You will also practice how to compose an application.

Apply Changes in Services through Applications

If a Service is deployed through an Application, changes made in the design or the implementation of the Service will not automatically be reflected in the deployed Application. Instead, the Application needs to be explicitly adapted to use a newer version of the Service component in order to apply the changes.