next up previous contents
Next: Running the Applet Up: The Client Side Previous: The Client Side   Contents

The Applet

The asldbsearch applet is a java program that runs on the client's machine. It provides a graphical user interface described in [1]. It communicates directly with the ASL Sever using the custom protocol described above. The asldbsearch applet runs within the client's browser; it redirects the browser to the results page once it is created.

Location data  
directory /home/rvl2/d/asldata/public-web/
source file asldbsearch.java
HTML file asldbsearch.html

This is the entire contents of asldbsearch.html

<!DOCTYPE HTML PUBLIC>
<html>
<head>

<title>ASL DataBase Search</title>

<body>
<APPLET 
	CODE = "asldbsearch"
	ARCHIVE = "asldbsearch.jar"
	WIDTH = 1200 
	HEIGHT = 800 >
</APPLET>

</body>
</html>



Subsections

2010-03-30