| | Enterprise Java Community: Spring Loaded Observer Pattern (Site not responding. Last check: 2007-09-15) |
 | | Although the Factory Pattern and the Singleton Pattern are built into Spring, other patterns such as the Decorator Pattern, the Adapter Pattern, and the Observer Pattern are often forgotten because of the new ideas Spring has to offer. |
 | | The pattern is useful when you have one publisher and many subscribers (one-to-many) that are interested in the publisher's state or messages. |
 | | The intimate details of the Observer Pattern are far outside of the scope of this article, but a note worthy topic is how the Spring framework can be used to leverage good object oriented design techniques while creating the concrete classes of this pattern. |
| www.theserverside.com /articles/article.tss?l=SpringLoadedObserverPattern (1294 words) |