Development Environment
In order to complete the projects for this course you will be using an integrated software development tool (or IDE) called Eclipse. If you are planning on working from your own PC, you are strongly encouraged to visit the following links. They provide step-by-step instructions for installing the latest versions of Java and Eclipse.
- Eclipse
- Eclipse web site.
- Eclipse Installation
- This web page provides step-by-step instructions on how to install the latest versions of Java and Eclipse on your own PC or laptop.
- Eclipse Tutorial
- Although Eclipse is quite a sophisticated and general IDE, we will only be making use of a limited set of its features in this course. This web page provides information on the most useful elements of Eclipse, and explains how to create and run Java programs using Eclipse.
- Jar creation for submission
- If you find it necessary to use the submit server for your program submission, please see this information for instructions on how to create your .jar file.
Utilities
Here are some software utilities that you may want to install on your home PC or laptop.
- WinZip
- A utility for managing .zip files. If you are planning to install the software you need for the course then you will probably need WinZip. Tip: WinZip costs $29, but the evaluation version is fully functional and does not expire.
- F-Secure-SSH
- F-Secure SSH enables you to create a secure connection to computers in the University. This program is available for free to all University of Maryland students. If you are a Windows user visit the web site F-Secure-SSH to download a F-Secure SSH. If you are a Mac user visit the web site Terminal-Applications for further information.
NOTE: Effective August 1, 2005, OIT will no longer provide telnet or ftp services on any of the following public systems: WAM, Glue, Deans.
If you have a Mac and are planning to use Java 5.0 then you must update your OS to Tiger. As a student of the University you can obtain a copy of this software for $20.00. Visit the web site Mac OS X v.10.4 for further information.
Although you already have ssh/scp available as part of Mac OS X you may find the following utility quite helpful http://rsug.itd.umich.edu/software/fugu/
Dictionaries
You may find the following dictionaries helpful
To get a glue account visit:
http://www.helpdesk.umd.edu/topics/email/systems/glue/1302/
The Cute PDF Writer application allows you to generate pdf files by adding a printer to your printer set. To create a pdf file from any windows application, simply send the document to the CutePDF printer and this will create the file for you.
UML Diagram Generation Tools
-
ArgoUML - http://argouml.tigris.org/
-
EclipseUML - http://www.omondo.com/index.html
-
Umbrello UML Modeller - http://uml.sourceforge.net/index.php
-
gModeler (For Eclipse) - http://www.visual-paradigm.com/product/sde/ec/productinfosdeceec.jsp
Web Servers
About Java
The following web pages provide detailed references to information about Java.
- Sun's Java Homepage
- It is the place to come when you really need the latest technical specs and downloads.
- Sun's Java Tutorial
- This page has a number of links to books and web pages about Java, which you may find of interest.
- Sun's Network Tutorial
- Provides an excellent coverage of networking fundamentals and Java class for networking.
- Java SDK 5.0 General Documentation
- This page contains technical documentation for the Java Software Development Kit (JDK), which includes the Java compiler and the associated libraries.
- Java 5.0 API Specs
- This page contains (javadoc) documentation for the Java libraries. It is an excellent reference and you should bookmark it on your browser.
- Java 5.0 API Search
- This page allows you to search through the Java 5.0 API. It is an excellent reference and you should bookmark it on your browser.
- Running Java without Eclipse
- This page describes how to run a Java program on Microsoft Windows, Unix, and Mac OS without Eclipse (using just a command window). See the section "Your First Cup of Java". You will need to know the directory where your Java SDK is stored on your machine, order to set the various environment variables.
- Java Generics Tutorial
- This link provides a description of Java Generics.
- Java 5.0 New Language Features
- This link provides a description of Java Generics.
- JavaRanch
- This link provides additional Java information.
- Java Swing Components Tutorial
- This link provides information about using Swing Components.
