This Erlang example implements a clock server which uses the Jive
interface to communicate with an Applet. 

Start Erlang with a path so it can find the Jive modules e.g. 

erl -pz ../../../ebin

Start the Jive server on port 14000.

clock:init().

The Jive server is then initialized, and when a user accesses the
HTML-file a clock process gets spawned sending the current time back 
to the Applet every second.

Author: Kaj Nygren, <kaj@medialab.ericsson.se>
