Java

Java Information

  1. http://archives.java.sun.com
  2. Training Index JavaTM Programming Language Basics, Part 1
  3. Java Tutorial from Sun.
  4. Java Security FAQ
  5. My file of cool java(script) stuff I've scavenged
  6. Frames
  7. VIJAY MUKHI's page on Java stuff.
  8. The Java mirror at iapnet.com
  9. JavaWorld Magazine
  10. Major cool Java HowTo site.
  11. Gamelan, LOTS of Java and JavaScript Stuff
  12. Staten Island Java Group
  13. Java WorkShop
  14. Free Book: Thinking in Java

Java Documentation

  1. Servlet Training

JSP-Specific

  1. Jspin.com
  2. Cars An Exercise in Using JSP, Servlet, JB, and JDBC
  3. developer's guide, presentations, links to other resources
  4. an online book-in-progress
  5. more articles and tutorials

Java Sites

Misc. Java Stuff

To compile java programs with Netscape:

netscape -java -classpath /usr/local/netscape/java/classes/classes.zip:. \
sun.tools.javac.Main <PROGRAM>.java
    

Security Related

  1. Class that mimics Unix Crypt. It was Converted from C to Java by Mike McKechnie monteith@acm.org, who passed it on to me.

Recommended Java Books

  1. Java Servlet Programming by Hunter and Crawford - published by O'Reilly, but it is a bit outdated.
  2. There is a new monster book (over 1000 pages, by 15 authors) entitled Professional Java server Programming - Wrox press. It includes JSP and servlets but I have not had a chance to read it yet.

    This book rocks. It is one of the best technical books I have ever bought. I havn't read the whole thing yet, and the criticism I've seen is that in places it is uneven; but so far it is head and shoulders above practically everything else in my technical library. Buy it.
  3. Java Unleashed "rather complete".
  4. Core Java by Cornel and Horstmann, from Sunsoft.
  5. Java in a Nutshell by David Flanagan, O'Reilly & Associates...ISBN 1-56592-183-6
  6. Special Edition Using JavaScript from QUE books.

Java Magazines

  1. JavaWorld
  2. JavaZine
  3. Javaology

JDBC

  1. Sun's JDBC products index page
  2. Intersolv's JDBC page
  3. OpenLink
  4. JDBC: Overview
  5. JDBC something
  6. Intellegent Software