Introduction - If you have any usage issues, please Google them yourself
1.Deploy this application to Tomcat by copying the todo.war file to the directory $TOMCAT_HOME/webapps/. Tomcat will handle the rest of work, including unzipping and deploying.
2.Copy hsqldb folder (database files) to the root of the development directory.(ex.C:\)
3 Start your Tomcat.
4 Open your browser, and visit http://localhost:8080/todo/todo.zul (the port number depends on the configuration of your Tomcat).