To start the framework, we start the framework with a filelist configuration file which specifies the architecture and the services.
For example:
java -jar protoframework.jar config=filelist.xml
We call one started instancr of this library a framework instance:
Note that it is perfectly possible to have several instances communicating through an UDP or TCP network:
See also
Architecture: This article present the architecture of the prototype framework
overview: Protoframework is a Service-oriented framework allowing to exchange Services between applications
Network communication: This article explains how the network communication between Applications is defined