This application will use Java Server Faces 2.0 for displaying the results, Enterprise Java Beans 3.1 + Java Persistence API 2.0 for middle tier, and Oracle database server + GlassFish v3 as the backend. The latest promoted build (65 of this writing) will not work because of the issue #9885 so this blog will use build 63 instead.
Several improvements have been made over NetBeans 6.8 M1 build and this blog is using the nightly build of 9/27. The environment used in this blog is:
- NetBeans 9/27 nightly
- GlassFish v3 build 63
- Oracle database server 10.2.0.4.0 R2 on Mac OS X
- Oracle JDBC Driver type 4 (ojdbc6.jar)
Lets get started!
- Configure GlassFish v3 with JDBC connection
- Download and unzip build 63.
- Download ojdbc6.jar and copy to "glassfishv3/glassfish/domains/domain1/lib/ext" directory.
- Start the Application Server as:
Click Here to read more...
Comments