Java Programming Resources at SunThis
is in addition to the API (1.0, 1.1, and 1.2), compiler/browser (JDK/HotJava)
and development environment (Java Workshop) available from the Java documentation,
downloading, and IDE sections,
respectively.
Sun's
Java training courses (US). (If Sun's courses seem a bit steep, or
you want something on-site, or prefer an instructor with more hands-on
Java development experience, also see these
courses.)
JGL, the Java Generic
Library. Data structures and algorithms for Java: stacks, queues,
sorting, searching, sets, etc. Licensed by Microsoft and Borland, but
can be downloaded and used for free.
Java
DDE Toolkit. Allows applications or applets (with pre-installed code
on the client and CLASSPATH set) to communicate with Windows
applications via the Dynamic Data Exchance protocol. Windows 95/NT only.
Java Class
Viewer. View the fields and methods of a class file. From Robert
Raud.
JSP and Servlet Programming
Resources. Servlet and JSP documentation, specifications, Web
hosting providers, books, training courses, servers, IDEs, etc.