http://www.developer.com/http://www.developer.com/java/using-maven-to-build-a-netbeans-6.9-crud-application.html
NetBeans 6.9 provides new support for Maven, including capabilities for building Maven Web applications, Maven enterprise applications, Maven EJB modules and so on. In his JavaBoutique tutorial Building a NetBeans CRUD Application with Maven, Constantin Marian Alin provides step-by-step instructions for using the Maven build framework to create a simple NetBeans Platform application that can create, read, update and delete from/to a database. Using a demo application called Tennis World Cup, Constantin explains everything involved in: When completed, your application will be able to read and write tennis player details from a database (PostgreSQL, in this example).
Using Maven to Build a NetBeans 6.9 CRUD Application
January 19, 2011
Read the full story at JavaBoutique:
Building a NetBeans CRUD Application with Maven