Publish-Subscribe Framework Flexibility
Regarding the flexibility of my exploratory project’s publish-subscribe framework, today I had occasion to move a particular component from one application to another to check something out. This resulted in an example of the ease with which this can be done.
- Moved the source file for the component from the folder of the application that it had been in to the folder of the other application.
- Modified the App-Launch-Install file of the first application to no longer launch the component.
- Modified the App-Launch-Install file of the other application to launch the component.
- Rebuild the applications.
The pair of applications worked immediately.
No comments:
Post a Comment