About JOGI

Executive Summary

The JOGI API allows Java programs to access the functionality of an OpenGroupware.org (a free Groupware product) installation.

Developers Summary

OpenGroupware.org exposes its functionality via an XML-RPC interface. JOGI facilitates the use of this interface by mapping the functions (that are available via XML-RPC) to an object oriented, easy to use API. This is not a strict 1:1 mapping of the functions to classes; JOGI is aimed a Java developers, thus it was designed to look and feel like a proper Java library without showing the use of XML-RPC behind the scenes.