Client/Server Communication
Component |
|||||||||||||||
|
|
AbstractThe client/server communication component (CSCC) is a small
and lightweight Java component (for Java 1.3+) which is a
simple substitute for RMI, as it allows to transimit any serializable
carrier data. It allows an asynchronous data communication between one
server and one or more clients. The communication is coordinated by a
server-side queuing mechanism and is based on simple TCP-Sockets.
|