AvbravoDesktopBaseDatos
Creando una Aplicación de Escritorio con Bases de Datos
===Ver También=== [ Creating a Custom Java Desktop Database Application |http://www.netbeans.org/kb/61/java/gui-db-custom.html]
[[{TableOfContentsTitle=TablaDeContenidos} | {TableOfContents title='Tabla de contenidos'}]]
Introducción
This tutorial guides you through the creation of a complete desktop database application that enables its user to browse and edit customer records and purchase history. The resulting application includes the following main features:
* A main view that enables users to browse customer records and customer purchases. * A search field for the customer records. * Separate dialog boxes for entering new records or modifying existing records. * Code to interact with multiple related database tables.
Software Necesario
- Java
Lo puedes descargar desde el sitio de Sun Microsystem.
Existe en versiones para cada sistema operativo.
Descargar JDK
- NetBeans
- MYSQL
- Descargar MySQL

