Demystifying the art of component reuse in SAPUI5
One of the things I’ve always found being really complex was component reuse. This means to use one app inside another. In this blog series, I will try my best to demystify this, as it really isn’t that hard at all.
First of all, why would you even want to do this? Well let me try to explain. As you probably know, developers are lazy and if we can reuse previous generated code for other apps, not only is it smarter, because we only change in one place, but also much more effective of our precious lazy time. As an example, I am working for a customer right now, where the search helps we use in the app are other independent apps and also we are building extensions to My Inbox workflow items, that will be consisting of about 6 different apps, one for each tab in the app. Sounds complicated right, but hopefully by the end of this blog series, you’ll realise that it really isn’t.
[source: https://blogs.sap.com/2017/10/23/demystifying-the-art-of-component-reuse-in-sapui5]
[author: Jakob Marius Kjaer]
[authorLink:https://people.sap.com/uxkjaer]