4 JeeObserver GUI - lucamingardi/jeeobserver GitHub Wiki

Installation

First of all download jeeObserver_4_2_2 package from download page.

JeeObserver GUI is a web application used to analyze statistics saved by jeeObserver server.

Installation consits on a simple deploy of jeeobserver-gui.war to a J2EE Application Server.

Create your own custom GUI

Jeeobserver provides a communication interface to the server. This way everyone can use the result of statistics within their classes.

Also JeeObserver GUI use this class (JeeObserverClient class) to search all statistics.

Enjoy creating your own GUI!