Plugin Configuration
From DOC
Overview
A complete Tolven application server results from the assembly of a number of building blocks called plugins. While there is no strict boundary on the scope of a given Tolven plugin, they tend to fall into two basic categories:
- System components - This includes things like the J2EE container, database, and LDAP servers. It also includes various Tolven frameworks such as Rules, TRIM, Reporting, Application Metadata, etc.
- Application Components - An application component generally contains a number of related components centered around some functional concept. A personal health record application, a clinical health record application are good examples.
See
Plugin Architecture is a technical description of the plugin mechanism. How to Create a Plugin provides step-by-step instructions for creating a plugin.

