The Caboteria / Tech Web / TechBookmarks > ProgrammingBookmarks / JavaProgrammingBookmarks (revision 6)
(back to ProgrammingBookmarks)

(over to JavaTips)

Many languages have been implemented (or re-implemented) in Java. Here's a list: Programming Languages for the Java Virtual Machine http://grunge.cs.tu-berlin.de/~tolk/vmlanguages.html

I like to have code generate documentation where possible, since that keeps the docs close to the code. I'm intrigued by the idea of literate programming but don't really have the time to pick it up. Here's a little javadoc plug-in that generates UML diagrams from Java source code. http://relativity.yi.org/jase/

This is an interesting paper about how the singleton pattern gets abused, why that's bad, and one approach to working around the problem: http://www-106.ibm.com/developerworks/webservices/library/co-single.html

Interesting server framework: http://www.destinystar.com/
Compare with Avalon: http://jakarta.apache.org/avalon/

Java(TM) 2 Platform, Enterprise Edition Blueprints | http://java.sun.com/j2ee/blueprints/ This is how Sun thinks you should build big applications using Java. I pretty much agree, except that I don't like JSP.

xslt -> PDF print formatter | http://xml.apache.org/fop/

Log4j - a java logging and tracing package | http://www.log4j.org/

EJB Containers

Decimal arithmetic for Java - 1.08 | http://www2.hursley.ibm.com/decimalj/

Advanced Programming for the Java 2 Platform | http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/index.html

Sun's JDBC Technology Site | http://java.sun.com/products/jdbc/

jGuru: Enterprise JavaBeans(TM) Fundamentals | http://developer.java.sun.com/developer/onlineTraining/EJBIntro/EJBIntro.html | An online course in Enterprise JavaBeans at Sun's web site

JavaWorld | http://www.javaworld.com/

ICU4J - International Components for Unicode for Java | http://oss.software.ibm.com/icu4j/

JUnit, Testing Resources for Extreme Programming | http://www.junit.org/

Java(TM) Technology & XML | http://java.sun.com/xml/

the serverside.com - your middleware portal | http://www2.theserverside.com/

KopiSusu - a GPL java compiler | http://www.klomp.org/KopiSusu/

Implementing the Singleton Pattern in Java - Rod Waldhoff | http://members.tripod.com/rwald/java/articles/Singleton_in_Java.html

JSwat - Graphical Java Debugger | http://www.bluemarsh.com/java/jswat/

Edit | Attach | Print version | History: r79 | r8 < r7 < r6 < r5 | Backlinks | Raw View | Raw edit | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback