IS 313 Business Application Development in Java

Autumn 2002

Instructor

Dr. Craig Miller
Office: 830 CTI Building, 312-362-5085
Email: cmiller@cs.depaul.edu
Office Hours: Announced on Web page

Course Meeting

Tuesday and Thursday 3:10 - 4:40
CS&T 222, Loop Campus

Recommended Texts

Object-oriented Programming in Java, by M. Kalin. Prentice Hall, ISBN 0-13-019859-5.
The Java Tutorial Third Edition, by M. Campione, Kathy Walrath, and Alison Huml. Addison-Wesley, 2000. ISBN 0-201-70393-9.
The Java Tutorial Continued: The Rest of the JDK, by M. Campione et al. Addison-Wesley, 2000. ISBN 0-201-48558-3.

Note that these last two texts are on the Web at http://java.sun.com/books/tutorial, so you only need to purchase them if you prefer hard copy.

Prerequisites

CSC 212 or CSC 224.

Overview

This course covers more advanced features of the Java programming language, including the Java Collections framework, database connectivity, graphical user interfaces, and multithreading and networking. Use of these features in business applications will be emphasized.

Grade Determination

35% (70 points) Four programming assignments (first is 10 points, rest are 20 points each)
20% (40 points) Two quizzes (20 points each)
20% (40 points) Midterm Exam
25% (50 points) Final Exam

Students receiving more than 90% of possible points are guaranteed at least an A-, more than 80% at least a B-, more than 70% at least a C-, and more than 60% at least a D.

Policies

While attendance does not comprise a formal part of the grade, students are expected to attend all classes and participate in in-class exercises. Class will start promptly at 3:10. Students are individually responsible for material they may have missed due to absence or tardiness.

Quizzes and tests can only be made up with a serious documented excuse (e.g. illness, death in the family). A make-up quiz or test must be arranged as soon as possible and always before the student attends the next class meeting. Arrangements involving other excuses require prior permission from the instructor.

Assignments will be submitted online (URL TBA). While students should plan to complete their assignments by classtime on Tuesday, assignments will be accepted until 11:30pm the following day (Wednesday) without any penalty.

Late assignments will be accepted for up to 3 calendar days after the assignment due date. The penalty for a late assignment is one point for each calendar day that it is late. Assignments that are more than 3 days late will not be accepted.

Assignments submitted by email are generally not accepted.

Assignments must represent a student's individual effort. While students are permitted to discuss assignments at the conceptual level and help each other point out compiler errors, under no circumstances should students share code (electronically or otherwise). Using any code in an assignment that does not acknowledge its author is plagiarism.

School Policies

Online Instructor Evaluation

Course and instructor evaluations are critical for maintaining and improving course quality. To make evaluations as meaningful as possible, we need 100% student participation. Therefore, participation in the School’s web-based academic administration initiative during the eighth and ninth week of this course is a requirement of this course. Failure to participate in this process will result in a grade of incomplete for the course. This incomplete will be automatically removed within seven weeks after the end of the course and replaced by the grade you would have received if you had fulfilled this requirement.

Email

Email is the primary means of communication between faculty and students enrolled in this course outside of class time. Students should be sure their email listed under "demographic information" at http://campusconnect.depaul.edu is correct.

Plagiarism:

The university and school policy on plagiarism can be summarized as follows: Students in this course, as well as all other courses in which independent research or writing play a vital part in the course requirements, should be aware of the strong sanctions that can be imposed against someone guilty of plagiarism. If proven, a charge of plagiarism could result in an automatic F in the course and possible expulsion. The strongest of sanctions will be imposed on anyone who submits as his/her own work a report, examination paper, computer file, lab report, or other assignment which has been prepared by someone else. If you have any questions or doubts about what plagiarism entails or how to properly acknowledge source materials be sure to consult the instructor.

Incomplete:

An incomplete grade is given only for an exceptional reason such as a death in the family, a serious illness, etc. Any such reason must be documented. Any incomplete request must be made at least two weeks before the final, and approved by the Dean of the School of Computer Science, Telecommunications and Information Systems. Any consequences resulting from a poor grade for the course will not be considered as valid reasons for such a request.

Tentative Schedule

Week Topic Text Reading Quiz or Exam Assignment Due
Sept 12 Course overview, Classes and Abstract Data Types Kalin 1.2    
Sept 17 & 19 Review with focus on arrays and IO Kalin ch. 2-5    
Sept 24 & 26 Collection classes Tutorial, Collections trail Quiz 1 (Thursday) Assignment 1
Oct 1 & 3 Database access Kalin, 10.4; Tutorial, JDBC trail    
Oct 8 & 10 JDBC continued     Assignment 2
Oct 15 & 17 Graphical user interfaces Kalin, 7, 9.4; Tutorial, Swing trail Midterm Exam (Tuesday)  
Oct 22 & 24 GUIs continued; creating simple tables Tutorial segment on tables    
Oct 29 & 31 Threads Kalin, 8.4; Tutorial, Threads lesson Quiz 2 (Thursday)  
Nov 5 & 7 Network programming Kalin, 9.1-9.5   Assignment 3
Nov 12 & 14 RMI and IDL Kalin 9.6, 9.8; Tutorial RMI Trail and IDL Trail    
Nov 19 Review     Assignment 4
November 21     Final Exam (Thursday at 2:45)  

Examples discussed in class

Useful links for programming in Java