The main core of the Framework is the business logic server, which
provides a container for the business rules or business processes.
It is the rules that differentiate the netvoyager Framework from
other products. The rules are a collection of configurable and customisable
components that allow the application developer to concentrate on
implementing the business process rather than the technology issues.
All the generic components in the Framework are designed for multi-user,
thread safe operation. The components exist only once within the
framework and read the configuration information at start-up. This
reduces the resource usage as the number of users increases and
at the same time delivering a configurable system that can operate
at high throughput.
The Framework provides a generic message interface as a client
connection. This interface supports XML based messaging, allowing
the Framework to act as a web service. |