Java program to read the DB and print out the category tree
Details :
- The order of the items within the same parent is determined by sequence
- Category level are not limitted
- For simplicity this project use an embedded database such as HSQLDB, of MySQL if preferred.
- There is no need to use an OR mapping framework, JDBC access is more than enough.
- All necessary unit tests is included.