Web Repository Project
This was a project I did for my senior thesis class, with Prof. Ralph Johnson.
The purpose of this project was to investigate the possibility of
creating a web application that ran locally in the client browser.
The applet requires you to have:
- JDBC classes installed locally
- Postgres Drivers installed locally
- a Postgres database
- Netscape Navigator 3.0
Because of the above requirements, the applet does not currently work. I
may port it to JDK1.1 in the future. For now, here are the
slides of a presentation I gave on it.
In the future, the whole repository should be written in Java, since Java
provides the ability to create more appealing user interfaces. Also, this
application should be ported over to JDK 1.1, since it fixes a lot of the
features that we use in this project.