Notification Engine

Once the information has been extracted from a given source, it passed to the Notification Engine, which is in charge of:

  1. scan all the gathered items in order to identify and properly mark the new ones - plus, possibly, the deleted and changed ones;
  2. invoke a list of so called “providers” on a xml representation of such data; then, each provider is in charge of:
    1. optionally apply a user defined xslt transformation to the data
    2. do “something” with the resulting document, possibly using some user supplied parameters

Now you need to learn about:

next