The content information, or "Post It" sample program is designed to demonstrate how to create a task association view for a task extension in Director. Adding a task association view allows a task to display associated data under managed objects on the main console, allowing the user to interact with that data.
IBM Director defines the TWGContentInfoBeans class as the mechanism you use to register your task association view and classes with Director. This sample demonstrates the use of this class and the two handler classes, TWGContentInfoObjectHandler and TWGContentInfoEventHandler, to provide the information and to support user interaction. It also demonstrates creating a console task extension and a server task extension.