Monday, August 30, 2010

Publish-Subscribe Framework Flexibility

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.
  1. 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.
  2. Modified the App-Launch-Install file of the first application to no longer launch the component.
  3. Modified the App-Launch-Install file of the other application to launch the component.
  4. Rebuild the applications.
 The pair of applications worked immediately.

No comments: