UNIVERSITY OF DELAWARE DEPARTMENT OF COMPUTER AND INFORMATION SCIENCES

CISC 370
OOP, Java, and the WWW
Objects, Coffee Mug, and the WWW

Home Page Spring 2000
The URL for this page is
http://udel.edu/~caviness/cisc370-00S-homepage.html

(Note that all the letters in the URL are lower case except the S in 00S)
The computing project for the course is 2087. The lecture room is 318 Gore.
Syllabus Lectures Example Progs Exercise Solns CoreJava Progs
Documentation
Gen'l Docs Java 2 APIs Java Glossary Term Proj Info

This is the home page for the University of Delaware course CISC 370 - OOP, Java, and the WWW taught by Prof. B. F. Caviness in the Spring of 2000.

In the Beginning ...



If you would like to see why SUN thinks that Java is such a wonder, see Getting Started with Java from the SUN web site.
There is a nifty, menu-driven version of the emacs editor (a sophisticated editor that many computer scientists swear by) now available on the composers.
       xemacs file-name
      
I encourage you to try it if you do not know about it. Documentation is available on-line. Dr. Chris Brown, a former CIS graduate student, has prepared a short summary of the most important emacs commands to help new users get started.

Emacs is a powerful editor that can be customized to all sorts of behavior. If you have emacs 19.30 or Xemacs 19.11 (or later), then you will already have a Java-mode built in. If you have earlier versions, then you can get the "official" Java-mode from ftp://ftp.python.org/pub/emacs/cc-mode.tar.gz or a simpler version from ftp://ftp.javasoft.com/pub/java/contrib/emacs/.

java-compile.el adds a Compile/Run/Make menu to emacs in java-mode so that you can easily build and run Java applications from within emacs.

hilit-java.el . This uses the hilit-19 package to add syntax coloring to Java source code. It colors keywords, class declarations, standard JDK classes and some constants.

Other Sources of Java and Related Info

For Students

    Java info

    HTML info

For Other Instructors

Java in the news

Last updated 6/27/01

This page has been accessed more than 3800 times since 30 Jan 2000.


Corrections, suggestions and comments tocaviness@cis.udel.edu

Copyright 2000 B. F. Caviness