February 2014
Beginner
1248 pages
62h 25m
English
For the examples in this section and Section 29.4, we’ll create one project that contains the books database’s JPA entity classes and two Java apps that use them. To create the project:
1. In the upper-left corner of NetBeans, select the Projects tab.
2. Select File > New Project....
3. In the New Project dialog, select the Java category, then Java Application and click Next >.
4. For the Project Name, specify BooksDatabaseExamples, then choose where you wish to store the project on your computer.
5. Ensure that the Create Main Class option is checked. By default, NetBeans uses the project name as the class name and puts the class in a package named booksdatabaseexamples (the project name in all lowercase letters). ...
Read now
Unlock full access