Linux users may need to configure their browser to open .jnlp files with the javaws application (installed as part of Java).
To launch the installer just click on the link below
Launch Installer Now!In case it doesn't work for you, this is what it should look like.





The installer does not talk directly to the database, instead it gets its info from a web server, where a simple servlet queries the database and returns results as plain text to the installer. This demo illustrates how the web interface works. The web interface isolates the client from the database details, and thus only the single web servlet needs to be updated if the database organization changes (the servlet could also easily be replaced by a cgi-bin script if this was simpler to maintain). Of course the GUI may need to be updated to support additional features, but this should also be easy to do.