programming Eclipse and Hibernate November 12, 2008 admin Leave a comment http://maven.apache.org/maven-1.x/plugins/eclipse/faq.html https://hts.dev.java.net/ http://www.onjava.com/pub/a/onjava/2007/02/08/an-introduction-to-hibernate-3-annotations.html
programming More perf tuning things May 29, 2008 admin Leave a comment refanalyse memory leak identification Quartz stuff
programming Monitoring Commands May 17, 2008 admin Leave a comment From Sun’s site: prstat -L -p <pid> – show the CPU usage of threads jstack -m <pid> – get mixed stack trace to see if non-java code is taking time
programming ETL Tools May 12, 2008 admin Leave a comment Scriptella Talend Kettle (pentaho) Clover ETL Great list
programming More links May 11, 2008 admin Leave a comment Visual VM – Monitor JVMs WinMerge – Diff files XML DB
programming Performance tuning May 9, 2008 admin Leave a comment Useful sites: http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf http://java.sun.com/docs/hotspot/HotSpotFAQ.html#general_profiling http://www.petefreitag.com/articles/gctuning/