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 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 moreSynthetica
Nice looking Look and Feel for Swing. Synthetica
Read moreJUnit 3.8
Juni 3.8 appears to be current version: JUnit 3.8 Made the string argument TestCase constructor optional. You can now delete constructors of the form ”FooTestCase(String name) { super(name); }”. I was right, constructor FooTestCase(String) is obsolete nowadays…
Read moreUML Modeling tools
UML Modeling tools
Read moreJDK 5.0 tips
https://jdk.dev.java.net/nonav/J12005/lang.pdf
Read more