Extending AwareIM
AwareIM is a powerful software system that allows users to configure fully functional Internet enabled applications without programming in most cases. Thus AwareIM can be used not only by professional developers but also by business professionals.
In certain cases, however, it may be necessary to add programming extensions to AwareIM in order to implement application functionality that is otherwise very difficult or impossible to configure using available configuration tools. This mostly applies to calculation extensive functionality (for example, some mathematical algorithms) or interaction with some non-standard hardware that is not supported by AwareIM out-of-the-box.
It is important to stress, though, that in order to support such functionality programmers do not have to learn new technologies or understand at a very deep level the internals of the AwareIM software.
AwareIM allows programmers to write extensions (plug-ins) in the following areas:
- Custom processes implemented by software components rather than by configured rules (see Adding/Editing Processes)
- Custom forms (see Defining Forms)
- Custom channels for intelligent business objects (see Intelligent Business Objects)
- Custom function libraries
- Custom document types (see Working with Documents)
- Report calculation components (see Setting System Calculation Properties)
The details on how to write code for AwareIM extensions are provided in the AwareIM Programmer’s Reference.