Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 502 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 502 Bytes

BOVINE METABOLISM SIMULATION

VERSION: 1.1

DESCRIPTION:

  • A web based application that simulates bovine metabolism of glucose, insulin, glucagon, and radio-active glucose.

  • 08.16.01

NOTES:

  • Compile the .java files, for example:
javac -classpath .:/your/path/to/servlet-api.jar *.java

Place the .class files in WEB-INF/classes dir and web.xml in /WEB-INF

URLs will be

http://host:port/model/StudentServet
http://host:port/model/AdminServet