Notification Engine
Once the information has been extracted from a given source, it
passed to the Notification Engine, which is in charge of:
- scan all the gathered items in order to identify and properly
mark the new ones - plus, possibly, the deleted and changed
ones;
- invoke a list of so called “providers” on a xml
representation of such data; then, each provider is in charge
of:
-
- optionally apply a user defined xslt transformation to the
data
- do “something” with the resulting document,
possibly using some user supplied parameters
Now you need to learn about:
next