![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: connectors, glassfish, glassfishv2, jdbcresource
Accessing a JDBC resource from an EJB is a fairly simple thing to do. As simple as the following: 1. Start domain and database After installing GlassFishV2, start the domain domain1 and start the database. I would be using Derby in this example. Derby can be started in 2 ways /bin/asadmin start-database From netbeans : Tools -> Java DB Database -> Start JavaDB Server. The port settings for the … Continue Reading »