Source Code: Tree Example

Loads the data for a tree control from a database table using a system generated model object.

File name Description
com/salmonllc/examples/example5/ProductCategoryModel.java A model obect, generated by the IDETool utility and extended with some additional hand done code. The additional code automatically populates a tree with the data in the model.
com/salmonllc/examples/example5/TreeController.java The controller object for this example.
example5/Tree.jsp The view JSP for this example.


Return to Home Page
Run the Example