A demo using JavaEE to create a REST library system
This system uses HSQLDB as a database: http://hsqldb.org/
A handy command to launch the DB (replace ):
java -classpath lib/hsqldb.jar org.hsqldb.server.Server --database.0 file:hsqldb/hemrajdb --dbname.0 <dbname>
You also require Tomcat8: http://tomcat.apache.org/download-80.cgi
To operate the system (using the zip file package):
- Run the server by navigating to the workspace and running hsqldb/launchDB.bat
- Run the Tomcat server
- Run LaunchClient.java
- The root URL is: http://localhost:8080/A00193644_RichardFlanagan/library
