Below is a snapshot of a small Java Swing based OGo client. It was developed
as a technology demonstration for accessing the OGo XML-RPC daemon using
Java.
It should be a good starting point for XML-RPC developers which want to take
a look at a somewhat larger Java example covering multiple aspects of OGo.
SxJOrganizer allows you to view current jobs and upcoming appointments and to create new personal jobs and appointments.
SourcesThe sources are provided as is and may not even work!
Currently you need to have a J2SE 1.4 SDK or later. Unpack the tar archive in a new directory and call:
./build.sh
This will build and start the frontend. You will see a login panel were you can enter the URL of the XML-RPC server and your SKYRiX server credentials.
Everybody loves Screenshots