Monday, August 25, 2003

Remoting Publisher-Subscriber (Observer) Pattern

The Publisher-Subscriber or Observer pattern is a notification pattern that enables all subscribers to receive notifications from a single publisher when - for example - the publisher’s data is changed.

This implementation uses Remoting to distribute asynchronous notifications between subscribers in different applications on different machines.

See this content on www.pocketnerd.net -->