Java Reference
In-Depth Information
The Services window should now display our newly added application server:
That's it! We have successfully integrated NetBeans with a third-party
application server.
Integrating NetBeans with a third-party RDBMS
NetBeans comes with built-in integration with the JavaDB RDBMS system.
Additionally, it comes with JDBC drivers for other RDBMS systems such
as Oracle, MySQL, and PostgreSQL.
To integrate NetBeans with a third-party RDBMS, we need to tell NetBeans the
location of its JDBC driver.
In this section, we will create a connection to HSQLDB, an open source
RDBMS written in Java, to illustrate how to integrate NetBeans with
a third-party RDBMS; the procedure is very similar for other RDBMS
systems such as Oracle, Sybase, SQL Server, among others.
 
Search WWH ::




Custom Search