Home News Contact
Installation Package
JRE 1.6 is required to run the server. The browser based administration console has been tested with IE 6.0 and Firefox 2.0.

The installation archive contains the server code, API, documentation and application samples. After uncompressing the archive change to the server/ subdirectory and start the server by running the run script appropriate for your platform.

File Description
iris2.2.zip Zip file format for installation on Windows.
iris2.2.tar Tar file format for installation on UNIX.

Release Notes 2.2
  • This version introduces client side improvements to allow faster initialization of the connection between the client and the remote application. The client may declare the structure of the remote application from the interfaces implementation point of view reducing the number of network roundtrips between the client and the server when the client is initialized.
  • The code was compiled with Java 1.6.

Release Notes 2.1
  • Introducing application listeners. These are server side handlers that are invoked by the server framework at application startup and are intended for initializing the application.
  • Introducing connection listeners. These are client side handlers that are invoked when the connection is closed. These are necessary in situations when the client registers for server notification and the user must be informed that there is a network problem.
  • Introducing support for connections through an HTTP proxy.
  • Improved memory management for the communication buffers. Now large buffers are released improving the overall server performance.