This JSP page demonstrates how to use the ITreeDao to dynamically (and lazily) load the nodes of
a tree. The demo uses a FileDao which reads the nodes from the file system.
You can implement your
own ITreeDao to read nodes from whereever you need to... database, XML DOM trees, JNDI etc.
The ITreeDao interface is simple. It only contains two methods.