Java, Standard Edition 5.0 Trouble-Shooting and Diagnostic Guide Recommended utilities to install jvmstat 3.0 Installation: [code lang=”perl”] sudo bash cd /opt unzip $HOME/download/devel/jvmstat-3_0.zip vim /etc/profile #Add following lines into /etc/profile PATH=$PATH:/opt/jvmstat/bin export PATH [/code] Usage [code lang=”perl”] # List available java processes > jps NNNN processename …. # open tools (e.g.) >visualgc NNNN [/code]
Read moreKDE Wiki – Performance Tips
KDE Wiki – Performance Tips
Read moreWhy software sucks
Interesting article: Why software sucks
Read moreSwing The Book: http://manning.spindoczine.com/sbe/
Swing The Book: http://manning.spindoczine.com/sbe/
Read morejmodalwindow
Application window wide modality: JModalWindow
Read moreSome swing tips
Check trick to auto-open combobox as cell editor when F2 is pressed: Swing tips
Read morethread safe code : Java Glossary
thread safe code : Java Glossary One important point to notice is to notice discussion about ”volatile”. I.e. Either synchronized or volatile is requires when ”-server” is used, since server JVM will perform aggressive registry, etc. caching of values avoiding expensive shared memory access.
Read moreGlazed Lists
Looks interesting approach for tables in Swing. Glazed Lists
Read moreTagalog
Learning new different language? Tagalog Language English to Tagalog Lookup Tagalog Grammar Large Tagalog Dictionary
Read moreRestart of kde panel
dcop is nice technology if you know how to use it. For example, [code lang=”perl”] dcop kicker Panel restart [/code] Honestly, I didn’t knew that…
Read more