Filed under NetBeans

Debugging PHP with NetBeans

How easy is it to make debugging working for PHP code? With NetBeans no problem! Only 5 easy steps! Download NetBeans 6.9 (although I am using the old 6.8) If you are on ubuntu installing xdebug is a one liner: sudo pecl install xdebug write down the path to xdebug for me it is /usr/lib/php5/20060613+lfs/xdebug.so … Continue reading »

NetBeans 6.9 Released!

NetBeans 6.9 released yesterday and you can download it here (here is faster). Watch the introductory screencasts, read about new features or take a loot at the tutorials for 6.9 The wiki page provides some more details about the latest features. Lots of enhancements in the areas of JavaFX, php, ruby, OSGi …. So, try … Continue reading »

Where is UML for NetBeans 6.8?

to let me do an update for NetBeans 7.0! ———————————————————————— Recently I wanted the good and fancy UML editor for NetBeans 6.8 to display the class diagram of our twitter search jetwick, but I couldn’t find it in the update center. The  solution seems is simple. I clicked here and got the zip called netbeans-6.8-200912091457-ml-uml.zip … Continue reading »

CRUD with Wicket + Guice + Db4o / NeoDatis

The journey began with a search for a database for my desktop application TimeFinder. It turned out that there are at least 3 candidates if I would choose a simple and only one tier architecture: GORM NeoDatis Db4o One tier applications would only make sense for some special uses cases like in my case for … Continue reading »

Java Application Frameworks (not only client side …)

In an old post I listed all Java libraries,where only two application frameworks were listed. Today it is time to list some client side Java application frameworks, because I discovered some new ones while reading the W-JAX announcement. Some of the listed frameworks will make developing application with DB easier. And some of them are … Continue reading »

Import/Export Code Formatting Settings from NetBeans

In short: To share settings (e.g. code formatting) from NetBeans with Eclipse a little bit work has to be done. For NetBeans you have the following possibilities Either directly use the file ‘home’/.netbeans/6.0/config/Preferences/org/netbeans/modules/java/source/CodeStyle/default.properties Use the eclipse importer. Now you can use the project within NetBeans and sync etc. Or  you could load the settings (e.g. … Continue reading »

Help To Stabilize NetBeans 6.8

From the website: “Is it easy for you to play with a software and find a defect? If you are an experienced NetBeans user and if you find few hours per week from September through November you can join other community volunteers in NetCAT 6.8 program. Get your favorite NetBeans bug fixed and find new … Continue reading »