CS 596 Client-Server Programming
Assignment 7 - Grade Reporter Server
[To Assignment Index]
San Diego State University -- This page last updated April 8, 1996
Assignment 7 - Grade Reporter Server
Due: May 2
Implement a server for your grade reporter protocol. We will cover Java
bindings to a database the week of April 15. Use the database to store the data
for the grades and passwords.
Sample Data
Student passwords:
name password
Allen, Sally cat
Battista, Joe mOuse
Biag, Sam doG
Chen, Pete treefrog
Chen, Roger mutter
Chen, Maggy frameX
Sample Grades
CS 596
name hwork Midterm as1 as2
Allen, Sally 87 92 10 18
Battista, Joe 92 98 10 20
Biag, Sam 83 91 8 21
Points Possible 100 100 10 25
Econ 234
name hwork exam1 Project
Biag, Sam 83 91 78
Chen, Pete 89 92 89
Chen, Roger 74 68 59
Chen, Maggy 80 95 68
Points Possible 90 103 90
English 333
name Quiz Essay1 Essay2
Allen, Sally 92 10 18
Biag, Sam 91 8 21
Points Possible 95 10 30
Instructor Data:
Name Course Password
I. M. Rich Econ 234 moneyBags
Susan Sontag English 333 readMore
A. Turing CS 596 cryptoMan
What to turn in!
Three copies of your source code and output showing that your server works. If
your server is not completely working, list the features that work and those
that do not work.