Architecture
@enterprise is a modular system, guaranteeing a high degree of modifiability and adaptability.
On the client we use either a standard Web-Browser or alternatively our Java-Client. The Web-Browser communicates via the HTTP-Protocol with the Web server that is included in the system. The requests are processed by servlets which communicate with the workflow engine. The database is connected via a JDBC Driver. Other applications can connect to the engine via Java-RMI (Remote Method Invocation) or CORBA (Common Object Request Broker Architecture).