Book Image

NetBeans IDE 7 Cookbook

By : Rhawi Dantas
Book Image

NetBeans IDE 7 Cookbook

By: Rhawi Dantas

Overview of this book

<p>Java IDEs have grown bigger and more complicated with time. Some development environments even require the user to spend countless hours searching for more software to bundle with the IDE just to start working. NetBeans abstracts much of the work needed to configure the environment and makes it convenient for Java developers to start coding straight away. With this book in hand you will tap into the endless possibilities of developing modern desktop and web applications in Java.<br /><br />NetBeans IDE 7 Cookbook is perfect for you if you are ready to take the next step from the standard tutorials and move into the practical world. It will show you all the features of the NetBeans IDE used by Java developers. It goes to great lengths in explaining different ways of achieving a desired goal and uncovering features present in NetBeans that are often overlooked or forgotten.<br /><br />The NetBeans IDE 7 Cookbook will appeal to Java programmers at all levels who are ready to go beyond just tutorials.</p>
Table of Contents (19 chapters)
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


NetBeans provides a great deal of integration with different services including databases.

It is possible to configure the IDE to work with commercial and open source Databases; even competing products from other vendors come integrated with NetBeans out-of-the-box.

With the built-in SQL editor and SQL Explorer NetBeans, your basic SQL needs will be satisfied.

Going further, NetBeans itself comes with bundled drivers for both MySQL and PostgreSQL. If you wish to use Java DB during pre-production, or just a lightweight database is needed, configuring it with NetBeans is very easy. The driver for Java DB comes bundled with both GlassFish server and Java SDK 6.

However, let's not forget that it is also possible to configure the IDE with support for other drivers. In this chapter, we will configure NetBeans with Oracle Corporation Databases and Microsoft Access. This can be done by finding the vender-supplied JDBC driver.

Forget third-party tools, forget over complicated configurations...