GWT Application

GWT Application

Implementation of the tracking interface utilizing GWT (Google Web Toolkit). This prototype connects to a MySQL database at load and verifies the username and password. After logging in the user is presented with tab navigation and a high level abstraction of the database.

The user interacts with the data by clicking buttons to display extended information of the selected entry and the relationships between the data tables are shown as modular windows. These windows are themselves editable, allowing the modification of the relationships.

This prototype presented the data and relationships from a narrow view, resulting in a deeper traversal of the site. This allows for more secure interaction between the user and data.

download: binaries | javadocs


Java Applet

Java Applet

Implementation of the tracking interface as a Java Applet. This prototype also connects to a MySQL database at load and verifies the username and password. After logging in the user is presented with a tabbed navigation and a high level abstraction of the database.

The user interacts with the data by selecting options from dropdown menus, which automatically updates the display area showing the relationships of the selected option. The entries and relationships are all editable from within the same window as the selection options.

This prototype presented the data and relationships from a broad view, giving the user the ability to see the relationships of the tables in all directions. This allows for a more efficient interaction between the user and data.

download: binaries | javadocs