Java
Java Information
- http://archives.java.sun.com
- Training Index JavaTM Programming Language Basics, Part 1
-
Java Tutorial from Sun.
- Java Security FAQ
- My file of cool java(script) stuff
I've scavenged
-
Frames
- VIJAY MUKHI's
page on Java stuff.
- The Java mirror
at
iapnet.com
- JavaWorld Magazine
- Major cool
Java HowTo site.
- Gamelan, LOTS of Java and
JavaScript Stuff
-
Staten Island Java Group
-
Java WorkShop
- Free Book:
Thinking in Java
Java Documentation
- Servlet Training
JSP-Specific
- Jspin.com
- Cars An Exercise in
Using JSP, Servlet, JB, and JDBC
-
developer's guide, presentations, links to other resources
-
an online book-in-progress
-
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
- 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
- Java Servlet Programming
by Hunter and Crawford - published
by O'Reilly, but it is a bit outdated.
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.
- Java Unleashed "rather complete".
- Core Java by Cornel and
Horstmann, from Sunsoft.
- Java in a Nutshell by David Flanagan,
O'Reilly & Associates...ISBN 1-56592-183-6
- Special
Edition Using JavaScript from QUE books.
Java Magazines
- JavaWorld
- JavaZine
- Javaology
JDBC
-
Sun's JDBC products index page
-
Intersolv's JDBC page
- OpenLink
- JDBC: Overview
-
JDBC something
- Intellegent Software