Monday, November 19, 2007

NetBeans IDE 6.0 - Tutorials - Using Databound Components to Access a Database

NetBeans IDE 6.0 - Tutorials - Using Databound Components to Access a Database: "Contributed by the NetBeans IDE Tutorials Team October, 2006 [Revision number: V6.0] In this tutorial, you use the NetBeans IDE to create and deploy a web application that displays master-detail data from a database that is bundled with the IDE. In the application, you select a person from a drop-down list, and the application displays a table that shows all the trip records for that person. Contents - Creating a Page That Includes a Drop Down List Component - Connecting the Component to a Database - Adding a Table Component - Modifying the SQL Query - Controlling the Rows That Are Displayed - Doing More Content on this page applies to the NetBeans 6.0 IDE Before you use this tutorial, you must have the NetBeans IDE 6.0 with Web and Java EE support installed on your system. Familiarize yourself with the basic parts of the IDE and read the Getting Started With NetBeans Visual Web JSF Development for an introduction to the NetBeans IDE's development environment."
....
....