ENJOY THE SILENCE
Marigan's Weblog
All | General | Java | Music | NetBeans | Unix
« Previous month (Oct 2006) | Main | Next month (Dec 2006) »
20061204 Monday December 04, 2006
Support for Database Servers Integration in NetBeans IDE
There is available the first preview of the support for Database Servers Integration in NetBeans IDE. Now it contains two modules: Database Server Registry and HSQLDB Database Server Support. You can download it from project page

The first snapshot of Database Server Registry bring these features :
* Server integration API

The first snapshot of HSQLDB Database Server bring these features :
* Server registration
* Start / Stop
* Database Management (create, delete)
* Easy adding of jdbc connections

More information about support you can read on project page


Dec 04 2006, 02:37:37 PM CET Permalink

Changing the web browser invoked by Thunderbird
When you click on a web link in Thunderbird, it invokes the default web browser for the operating system. It is possible to change this behaviour by changing the default browser. Another way (at least on Linux, tried with TB1.5 under Suse and Debian) is to insert a line

user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");

in Thunderbird's prefs.js (of course put in the correct path to your firefox).

Dec 04 2006, 08:54:31 AM CET Permalink