The Plug-in Components

The Forum plug-in consists of the following components:

  • The core code required to provide the basic forum functionality.

  • A set of Java Beans (PresentationForum, PresentationThread and PresentationPosting) representing forum objects that can be accessed by JSP template developers. For further information see Bean Reference.

  • A tag library providing simplified access to these forum objects for template developers. For further information see forum Tag Library.

  • Struts forms and form actions to simplify the process of making posting submission forms. For further information see Struts Reference.

  • A pingback server. For further information, see Pingback.