Project Name:
	Web-based On-line Shop Browsing
	(with Java client/server communciation
	and CGI programming)
	

Development Environment:
	Visual Cafe Database Developement Edition 2.5
	dbANYWHERE Server 1.1a
	Personal Web Server
	Windows 95


Notes:
*) Since Java cannot retrieve system environment variables
   such as QUERY_STRING used by CGI programming, C++ code
   is written to obtain that information and pass it on
   to the Java proxy.
*) Both the server and the proxy are built to be
   executables, not just bytecode class files.
*) Deployment hasn't been thoroughly investigated.  If
   the machine has Visual Cafe installed, then it
   should work after compiling the whole package.
*) The two database files (Microsoft Access) must be
   registered to DSN via ODBC applet in Control Panel.


Source List:
-------------Server-------------
"joesock.exe"
	JoeSocket.java
	PrimaryServer.java
	PrimaryServerThread.java
	ShopList.java
	Shop.java
	Product.java
	ServerCommon.java
	DBCommon.java
"Shops"
	all_shop.mdb
"Shop"
	shop.mdb
-------------Fat-client-------------
"JoeApplet.class"
	autogen_joeappl.html
	JoeApplet.java
	Product.java
	LoadedProducts.java
	LoadedCategories.java
	ServerCommon.java
	ShopCommon.java
-------------Thin-client-------------
"joeserv.exe"
	joeserv.cpp
"joehtml.exe"
	JoeHTML.java
	Product.java
	ServerCommon.java
	ShopCommon.java
	