Old Links - Java
Just to clear out my closet of existing links before I start posting anything new:
- Sun - the bundled versions of various Java APIs (eg for XML) in Java 1.4.1 override anything you might try to use from a JAR file unless you perform the appropriate voodoo. This piece on Sun's site explains what you have to do.
- O'Reilly - Fluffcore level intro to distributed programming - Web services, J2EE etc. Quite a good high level overview of the topics.
- via FreshNews - functional approach to cacheing in Java
- IBM Research - Using JUnit with Ant
- DJ - Useful Java decompiler
- via Slashdot - Java unit test framework - better than JUnit?
- NetBeans - Flexible java application platform - used as basis of Forte. Eclipse is the other similar system.
- Java Animation
- JavaWorld - JUnit best practices
- Dr Dobbs - on the evils of Java new
- JavaWorld - Socket pools and threads
- JavaWorld - mutexes
Posted by MFreestone at November 11, 2003 08:42 PM