Jaxcent Samples

Following are a few sample programs using Jaxcent.

Clock

This sample simply shows the time at the server, and keeps it updated via Jaxcent. It shows how to update the HTML content from a Java thread.

Enhanced Clock

This is another clock, but uses images and a start and stop button. It also includes a dynamically created and inserted button example.

Factory Widget Manufacture

This sample displays a table showing some "widgets" that are being made in some factory. The data is updated in-place, by a thread that is simulating the reading of the latest numbers from factory machines (i.e. it makes them up randomly!)

Table Cell In-Place Editing

This sample demonstrates in-place editing of table cells, and a user-interface for adding and deleting rows.

Drag and Drop Sample

This sample demonstrates dragging and dropping items.
More Samples