| java.applet.Applet demo.SubmitDemo
SubmitDemo | public class SubmitDemo extends Applet (Code) | | Applet for populating the Compass database. It uses the static
strings defined below for input. The basic process is to convert
the input to SOIF and then add it to the database using rdsubmit.
If you are adding a lot of data, you will probably want to batch
the input to rdsubmit. You are not limited to just the DB fields
used in this example, you can add any fields that are defined in
the schema.
|
processEvent | public synchronized void processEvent(AWTEvent e)(Code) | | Process event.
Parameters: e - AWTEvent |
|
|