JamesBranam's Blog
Performing Inserts, Updates, and Deletes (CRUD)
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 sixth entry in the series will cover the tutorial, "Performing Inserts, Updates, and Deletes (CRUD)".
This tutorial shows you how to use NetBeans IDE 6.5 and JSF 1.2 (Woodstock) components to build a web application that can create, retrieve, update, and delete database rows. The application provides a drop-down list of master data along with a synchronized detail table. Users of the application can add to, update, and delete the records in the detail table and from its associated database.
MySQL is the database used in this version of the tutorial.
This is the mother of all Visual Web JSF CRUD tutorials. Be sure to check it out.
Cheers!
--James
Posted at 09:00AM Nov 30, 2008 by branajam in NetBeans | Comments[1]
Thanks for sharing! NetBeans is way ahead of Eclipse with web development. I left MyEclipse about a one year ago and do not plan to switch back. Maybe I would switch back if MyEclipse became MyNetBeans. :-O
Posted by joe on November 30, 2008 at 12:44 PM CET #