I am running a web application in the NetBeans 8.0.2 IDE with Glassfish 4.1 that accesses a relational database via the following code:

@Resource( name="jdbc/addressbook" )
DataSource dataSource;...