Posted by Marcelo on Sabadini
28/11/2010
Netbeans - Accessing database with it
Hello,
Today I'm posting one more tip about Netbeans. I have used (a while) it to access the database of my applications.
In addition to opening a program unless there are other advantages that you will see below.
Today I am working with DB2 (IBM), but this will show POST connection to MySQL On another occasion I explain how to configure DB2, SQLite, etc..
Accessing your bank with Netbeans you have limited resources. PhpMyAdmin makes things even more. But I use just to ease my life a bit, as I said, I can program and run queries using only the IDE.
Below I will show how to setup and some features I like.
1) Enable the Services tab, choose Database / Drivers:
Posted by Marcelo on Sabadini
10/07/2009
Netbeans 6.5 - An excellent IDE
Personal speech all good?
I have done a test with Netbeans 6.5 to develop my code and would like to post my opinion and show some features that I found interesting in this IDE.
The points that I will mention a few are close to all features of Netbeans, as I said, I speak only of those who found a difference:
- Quick Search (Search files, folders, classes, methods ...);
- Rename variables;
- Integration with SVN (without configuring anything. Just having made checkout.)
- Tips in the form of warning;
- Find and replace in project or selected folder;
- Autocomplete in JS and support libraries (Jquery in my case);
- Ability to 'dock' plugins;
- Fullscreen mode (ALT + SHIFT + ENTER);
- Navigate
- Go to File: do a search by file name;
- Skip to type: make a search by class name;
- Go to Symbol: do a search for names métdos;


