What is a ServerHandler?

A ServerHandler has the task to delegate client requests to external application logic for subsequent processing. It is the interface between EJOE and applications, which publish remote services over EJOE.

The choosen ServerHandler must be indicated when creating an instance of EJServer.

There are three kinds of ServerHandler known by EJOE:

During the integration of EJOE into the own enviroment there is one critical question:

To use a ServerHandler of the family of RemotingHandlers or to implement a custom ServerHandler ?