Components

Component in IFS Applications is used to group entities, processes and client pages into installable units for a logical area of development. 

Component enables for independent, parallel development activities as well as selective deployment of IFS Applications. A Component may be dependent on, and require other Components to be present. The interfaces between them must be well defined, stable (not likely to change frequently), and limited in number. Components may be separately installed or upgraded at a customer site as long as the interfaces to other components are kept backwards compatible.

A key concept is that of 'Public' interfaces. A public method in one Component allows other Components to interact with that method. Much of the implementation details will be 'hidden' from other Components. This follows the Object-Oriented concept of encapsulation. This allows maximum flexibility in deciding how the internal details will be implemented. However, the public methods must be kept stable since others are now dependent on those interfaces. The general philosophy is to keep 'Public' definitions to a minimum, providing only those methods actually needed by others.

Many Components will detect the presence of other Components dynamically at run time and use functionality in the other Component if it is installed. Some basic support Components are required for IFS Applications, Components such as Enterprise, Accounting Rules, and Application Services.

A Component is the basic unit handled by IFS Deployment (Installation) tools.