Example project 3: Telemedicine |
Suppose that a doctor or hospital has a collection of patient records, including diagnostic images. A doctor can view this information through the web pages and also add new diagnostic images. He or she can request to run a computation to compare images or to find features on the image. |
Example project 4: Visualizing statistics from a database |
Obtain a database (such as the water quality for various U.S. cities), or have a web page which creates a database and collects data from users. This part could be done either in CGI or Java. Then have a web page on which you can view various properties of the database using geographical maps, graphs, pie charts, etc. as suitable. This part would be done in Java. |