|
For what do I need APIX?
APIX is used to transfer information between processes. One or more of these processes may be locally running applications and other processes may be JavaScript in web sites that may access the the information through an ActiveX/Mozilla Plug-In.
Can APIX only be used between a web site and a local application?
APIX can be used between different web sites as well a different programs running locally.
Can APIX store binary objects?
No. APIX can only store variables.
Does APIX support persistent data?
Yes. Variables can be declared as being persistent and APIX will make sure the data gets stored independet of the state from the web sites or local applications accessing the variables.
Can APIX be used stand-alone?
No. APIX is a component that needs to be installed and used by 3rd party software.
|