Posts Tagged ‘Java’

The NetBeans Profiler

September 2nd, 2006 by Martin

The NetBeans Profiler is based on a research project from Sun Laboratories. That research uncovered specific techniques that can be used to lower the overhead of profiling a Java application. One of those techniques is dynamic bytecode instrumentation, which is particularly useful for profiling large Java applications. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler is able to obtain runtime information on applications that are too large or complex for other profilers. In addition, its dynamic capability means that profiling can be turned on and off for different parts of your application without requiring a restart. More info can be found here .

 Tags

NetBeans IDE 5.0 Hacks (Part 1)

September 1st, 2006 by Martin

A collection of the best tech tips from NetBeans blogs

Use a Single Editor Well – The editor should be an extension of your hand;
make sure your editor is configurable, extensible, and programmable.

The Pragmatic Programmer

To read this tutorial follow this link .

 Tags
Text size: A A