Category Archives: Java

Java DateFormat: Do use FastDateFormat or clone() to achieve Thread-Safety

TL;DR: Use Apache Commons FastDateFormat. Use DateFormat.clone() if you can’t use FastDateFormat. Continue reading

Posted in Carano, Computers, English, Java | Leave a comment

Mac OS X (Snow Leopard): 1-2-3 Minimal Tomcat Install for Developers

This will install Tomcat for developer use – i.e. within your user home path, using your login, not as a service: Get the tar.gz for Tomcat Core from Apache Tomcat Change to your private Library: cd ~/Library Unpack Tomcat, e.g. tar xvfz … Continue reading

Posted in Java, Mac OS X | Leave a comment