These Web links and hundreds
of other plant-related Web site
links are published for your benefit.
See what other botanical garden curators are doing with The Compleat BotanicaBotanical Garden Software from
Crescent Bloom.
If you're looking for an even easier way
to research information about your favorite plants,
read the introductory tutorial
Software to Organize your Plant Data.
Events componentCustom messages listenersProfessional codeMake Professional Components with Pub/Sub and Custom Events Publish/subscribe is a classic software design pattern that allows pieces of an application to be decoupled. It uses messages instead of functions, closures, or callbacks. It promotes an architectural style that has flexibility through independence.