COMP361 Spring 2004 -- Final Project Submission Guidelines

Attention: (1) Before you submit your project, please double check your work!

                (2) If you upload more than once the TA would only grade the version with the latest timestamp.

 

CASS Guidelines: http://cssystem.cs.ust.hk/home.php?docbase=UGuides/cass&req_url=UGuides/cass/student.html

 

STEPS:

0. Make sure that each file to be uploaded contains as its first two lines  the file name and author information.

Example: in ProxyServer.java file, if you are a two-person group, then you must add the following information:

              // file:     ProxyServer.java

              //authors:    <member1 name: Student ID> <member2 name: Student ID>

OR

if you are in a one-person group  , then you must add the following information:

               // file:     ProxyServer.java

              //authors:    <student name: Student ID>        

1. go to https://course.cs.ust.hk/cass/submit.html;

2. Enter your username and your password (PC or UNIX);

3. Choose the suitable course in the course pull-down menu if you have registered more than one course.

4. Choose the "Submit File" of the menu.

5. Choose the assignment and select the file for submission.

a) choose the assignment either "Proxy Server" or "SMTP";

b) For "Proxy Server", you must upload two files: ProxyServer.java, HttpRequest.java.

    For "SMTP", you must upload 4 files: MailServer.java, MessageSave.java, SMTPConnnection.java, Base64.java.

c) You can upload multiple files or bundle all your files into a .zip file.    

6. Click "Submit".  After submission, a message will be shown telling you whether it submission was  successful.

7. Choose the "Check Log (all)" of the menu.

(reference: http://cssystem.cs.ust.hk/home.php?docbase=UGuides/cass&req_url=UGuides/cass/student.html)

** If you have any problems, please contact xuji@ust.hk.



Last Updated 04/26/2004 01:03:54 +0800