Axis 1.4 dependency conflicts in Maven
Awhile back, I was converting an existing project from an Ant build to a Maven build. The project used Axis to send some soap messages. With the Ant build as a reference, I added the appropriate dependencies. But with the Maven build, the Axis call invoke method returned null without throwing an exception. Properly designed [...]
jConsole – Application Memory Monitoring in Java 1.5
Java 1.5 – Application Memory Monitoring Made Easy
Java Profiling
A while back, I was tracking a memory leak in an application and was able to track it down using a trial version of JProbe Memory. Because I was dealing with a monstrous piece of old code, the massive amount of data produced (i.e. the amount of time spent in each method over a set [...]
keep looking »