Java Reference
In-Depth Information
A data source needs to interact with a database connection pool. NetBeans comes
preconfigured with a few connection pools out of the box, but just as with data
sources, it allows us to create a new connection pool "on demand". In order to do
this, we need to select the New Database Connection... item from the Database
Connection combo box.
NetBeans includes JDBC drivers for a few Relational Database Management
Systems ( RDBMS ) such as JavaDB, HSQLDB, MySQL, PostgreSQL and Oracle
"out of the box". JavaDB is bundled with both GlassFish and NetBeans, therefore
we picked JavaDB for our example, and this way we avoid having to install an
external RDBMS.
 
Search WWH ::




Custom Search