What is the WD equivalent of the microservices architecture?
Would it be WDL's (the WD version of DLL's?), which are now discouraged? Components, which are included in a project... but doesn't seem to adhere to the microservices concept because they can not easily be replaced without compiling the whole program (or am I missing something about components?).
EDIT: On further thought maybe I should clarify. What I am thinking about is building a program made out of "microservices". To equate this to an automobile. We build version 1 of the automobile. As an improvement we want to change out the drum brakes with disc. Then swap out the carburetor with fuel injection. A new AM/FM/cassette for the AM/8 track, then further down the line of a AM/FM/Sirius CD player. In each upgrade, I only want to upgrade/code/replace that particular part/module of the car, not upgrade and have to compile the whole program.
Hope that made sense.
Would it be WDL's (the WD version of DLL's?), which are now discouraged? Components, which are included in a project... but doesn't seem to adhere to the microservices concept because they can not easily be replaced without compiling the whole program (or am I missing something about components?).
EDIT: On further thought maybe I should clarify. What I am thinking about is building a program made out of "microservices". To equate this to an automobile. We build version 1 of the automobile. As an improvement we want to change out the drum brakes with disc. Then swap out the carburetor with fuel injection. A new AM/FM/cassette for the AM/8 track, then further down the line of a AM/FM/Sirius CD player. In each upgrade, I only want to upgrade/code/replace that particular part/module of the car, not upgrade and have to compile the whole program.
Hope that made sense.