Bob Balfe published two projects on OpenNTF three weeks ago that I haven’t blogged about.
The first one is his mail rules sample. It shows how to write an Eclipse plugin to add an icon to the mail Java (CSI) view (e.g. inbox). Then it uses the notes.jar to read and run mail rules. There is an article that describes how this sample has been implemented.
This icon …
… invokes this dialog:
The second sample is a composite application component, called the OSGI event admin bridge. It can be used in composite applications to interact with OSGI EventAdmin topics in both directions via declarative wires in the Composite Application Editor. Bob has a video that describes this component.