JamesBranam's Blog
Using Databound Components to Access a Database
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 fourth entry in the series will cover the tutorial, "Using Databound Components to Access a Database".
In this tutorial, you use NetBeans IDE 6.5 to create and deploy a web application that displays master-detail data from a database that is packaged with the IDE. In the application, you select a person from a JSF 1.2 (Woodstock) drop-down list, and the application displays a table that shows all the trip records for that person.
MySQL is the database used in this version of the tutorial.
A new look to an existing tutorial. Be sure to check this one out.
Cheers!
--James
Posted at 09:00AM Nov 28, 2008 by branajam in NetBeans |