platform: NetBeans CRUD Application Tutorial for NetBeans Platform 6.5
NetBeans Platform CRUD Application TutorialThis tutorial shows you how to integrate a MySQL database into a NetBeans Platform application. We start by exploring a MySQL database, for which we create an entity class. However, note that these instructions are not applicable to MySQL only. Rather, they are relevant to any relational database supported by NetBeans IDE. Next, we wrap the entity class into a module, together with modules for the related JPA JARS.