EntireX Version 9.7
 —  EntireX Java ACI  —

Writing Applications - EntireX Java ACI

This document covers the following topics:


Introduction

Interaction with the API occurs through instantiating objects of different classes, invoking their methods and manipulating their inner state. Not all features are necessary for all applications, depending on whether you are writing a client or a server application. The following is a general list of basic steps you have to perform. For details, see the examples which are delivered as part of EntireX, Delivered ACI Examples.

Top of page

Required Steps

Top of page