20080630 Monday June 30, 2008

Tracing PHP Applications

In my previous post, I showed how you can run the NB-bundled sample PHP application, AirAlliance. When you are developing PHP applications in Solaris/OpenSolaris, you can use DTrace to debug your applications.

I have written a short write-up explaining how you can trace the AirAlliance sample application. using DTrace in OpenSolaris 2008.05. But the information is applicable to any PHP application you run on Solaris/OpenSolaris.

Read on.

( Jun 30 2008, 01:01:19 AM PDT ) Permalink
20080624 Tuesday June 24, 2008

Creating Hibernate Apps in NetBeans

Full support for Hibernate will be available from NetBeans IDE 6.5. But If you are using NetBeans IDE 6.1, you can still create Hibernate based web applications using NetBeans.

I have posted a short tutorial here.

You need to download the latest development build of NetBeans to try out some cool features like reverse engineering, auto creation of POJO, map files, and a really neat HQL editor. Read the tutorial and try out NetBeans today.

( Jun 24 2008, 10:48:09 PM PDT ) Permalink