JamesBranam's Blog
Building a Tree From Database Data
Hi all,
Today I'd like to continue a blog series in which I highlight Web application tutorials for NetBeans 6.5. A few changes have been made to tutorials, among which is the featuring of MySQL as the database of choice.
This fifth entry in the series will cover the tutorial, "Building a Tree From Database Data".
This tutorial shows you how to dynamically build a tree structure from data in a database. Using NetBeans IDE 6.5, you build a two-page application, the first page of which includes a JSF 1.2 (Woodstock) Tree component. You populate the first-level nodes in the Tree with names from a database, and the second-level nodes with the trips for that person. The trip nodes are links to a second page, which displays the details for that trip.
MySQL is the database used in this version of the tutorial.
Be sure to check out this reworked tutorial.
Cheers!
--James
Posted at 09:00AM Nov 29, 2008 by branajam in NetBeans | Comments[3]
Hi James,
thanks for this series of tutorials, it is very helpful to me.
One other remark:
The above link is not pointing to "Building a Tree...", but to the previous tutorial ("Using Databound...").
Best wishes
Felix
Posted by Felix on November 29, 2008 at 01:25 PM CET #
Thanks for pointing this out, Felix. I've just fixed the link.
Posted by James Branam on November 29, 2008 at 02:44 PM CET #
James,
Always apprecite your tutorials!
Wondering, should you show basic JSF components instead, becasue Woodstock is EOL?
Posted by George de la Torre on November 29, 2008 at 03:40 PM CET #