Examples

Sometimes an example says more than thousand words. For this reason two examples of the use of EJOE are available:

  1. The Echo Service:

    Demonstrates the creation of a client-server-application with a custom ServerHandler on the basis of the time-honored echo service.
  2. The Address Service:

    Demonstrates the creation of a client-server-application with a RemotingHandler on the basis of a simple address management.

more resources

  • JUNIT-Testcases
  • HTML-Form demonstrating communication with a EJServer from a internet browser. Uses JSON for serialization.
  • HTML-Form demonstrating communication with a EJServer from a internet browser. Uses simple String-Serialization (UTF-8).
  • Example demonstrating how to use EJServer as simple server with HTTP-support.