Online Resources for Java Programmers

The Web offers many resources to help you use the Java platform. This section lists some that we use ourselves, or that we've heard good things about.


Caveat: A Web site that's good one year might stagnate the next, and it can be difficult to tell unless you know the site well. Please tell us if any of these Web sites is obsolete, or if you have a URL for an excellent resource not mentioned here.

We list three kinds of resources:

General Programming Resources
Web sites that provide information useful to most developers.
Specialized Programming Resources
Sources of more specialized programming information. Examples include assorted tutorials, The Swing Connection, and a Web site for Macintosh programmers.
Other Resources
Other stuff, such as the latest industry news. Don't forget that the Tutorial has many examples, and that you can search(outside of the tutorial) the Tutorial. Another source of resources is the Additional Resources(outside of the tutorial) page on java.sun.com.

General Programming Resources

The Java Developer ConnectionSM
http://developer.java.sun.com(outside of the tutorial)

Essential. Here are some of the things you can do at the JDC:

  • research bugs
  • vote for which bugs should be fixed first
  • view tutorials and book samples
  • download early access software
  • chat with developers and API architects
Code Conventions
http://java.sun.com/docs/codeconv/(outside of the tutorial)
Conventions that developers within Sun try to follow when writing Java programs.
About.com Focus on Java
http://java.about.com(outside of the tutorial)
Has links to many resources.
JavaWorld Magazine
http://javaworld.com(outside of the tutorial)
Has articles about current programming topics.
Java Boutique
http://javaboutique.internet.com(outside of the tutorial)
Bills itself as "The Ultimate Java Applet Resource." Provides applets (some including source code) and some articles.
Java Developer's Journal
http://www.sys-con.com/java(outside of the tutorial)
An online subset of a print magazine. Includes source code and selected articles.

Specialized Programming Resources

Java 3DTM API Tutorial
http://java.sun.com/products/java-media/3D/collateral/(outside of the tutorial)
Has descriptions and examples of the most commonly used features in the Java 3D API.

Working with XML: The JavaTM XML Tutorial
http://java.sun.com/xml/tutorial_intro.html(outside of the tutorial)

Introduces XML and tells you how to use the Java XML APIs.

The JNDI Tutorial
http://java.sun.com/products/jndi/tutorial/(outside of the tutorial)

Tells you how to use the JavaTM Naming and Directory Interface (JNDI) for associating names and attributes with objects.

JDC Tutorials
http://developer.java.sun.com/developer/onlineTraining(outside of the tutorial)

Has many tutorials, covering a wealth of topics. Subject include JavaBeans, Enterprise JavaBeans, JDBC, and Java 2D.

The Swing Connection
http://java.sun.com/products/jfc/tsc/(outside of the tutorial)

The Swing engineering team's Web site. Has articles written both by Swing creators and by external programmers who use Swing.

The Swing/JFC FAQ
http://www.mindspring.com/~scdrye/java/faq.html(outside of the tutorial)

Unofficial answers to frequently asked questions about Swing.

MacJava
http://www.rain.org/~da5e/macjava.html(outside of the tutorial)

A resource for programmers who use Macs.

Non-Programming Resources

Intelligence.com
http://www.intelligence.com/java/(outside of the tutorial)
Gives news about the Java platform. You can sign up for a daily e-mailed list of the latest headlines.