Lisp Annotator - Applet Demo

A simple demonstration of Lisp/Java communication.

The applet below is connected to Lisp where all the work is done. Lisp calls Java to make the applet GUI components, but the database is maintained in Lisp.



The applet above is connected to Lisp where all the work is done. Lisp calls Java to make the applet GUI components, but the database is maintained in Lisp. The Lisp code is running in the remote server. The Java applet code is running in the browser plugin.

Login Screen

Enter a user name under which to save annotations made in this session.

Main Screen

The main screen shows a scrollable and searchable database of trivia about the original Star Trek episodes. The input fields allow you to add comments to the database. The comments may be saved (at the server) from one session to the next.

As the mouse moves around the window, the status area at the bottom edge is updated by local Java code. Button presses are sent back to Lisp for handling there, hence the greater delay.


mm@Franz.com