• O'Reilly tutorial on Tomcat, JSP servlets and tag libraries
  • Article with links - includes a link to AdhocSQL, which is a program to download into tomcat to test your environment to see whether you can use JDBC.
  • How to set up your .cshrc file to use JDBC in the CS Dept at UCL (plus a mini-manual on SQL)
  • The comp.lang.java FAQ list
  • Java Ranch "a friendly place for Java greenhorns"
  • Using Java Applets and CORBA for Distributed Application Development
  • Java.sun.com - the primary source.
    • JMS tutorial
    • If you want to use RMI to communicate between your java applet and java servlet, you need to be aware that microsoft has deilberately disabled RMI in its IE5 browser. There is a patch, but it's easier (and better) to install the JRE plugin from sun. For more details of plugins look here. You also need to know that in order to use the JRE to run your applets, you must convert your HTML code so that it uses OBJECT tags rather than APPLET tags. The plugin page (see previous link) has a converter that can be useful if you've already written lots of html that you want to convert - otherwise, it's possibly easer to usethe OBJECT tags from the start (see here).
  • jCharts. jCharts is 100% Java based charting utility that outputs a variety of charts. This package is ideal for displaying charts via Java Servlets.