Project Submission Guidelines



Many people have been asking about how they should submit the final project. Here is what we would like from you. If you have already submitted your project, don't worry about it, unless you have left something important out.

Please tar and gzip your files, if you use UNIX or LINUX, and zip everything if you use Windows. Please put everything in a folder and include that in you tar or zip file. When we uncompress it, we would like everything to be in a single, top level directory.

In UNIX or LINUX, you would do the following:

tar -cvf project.tar xmlj_proj/
gzip project.tar


This assumes all your files are in a directory called xmlj_proj.

Your submission should include a README.txt file and an readme.html file. The README.txt file should contain the name and email of the group members. (Please include your rcs username if you give an off campus email address). Include a list of all your source files and please write a message if you do not want your code to be made available to the public.

The readme.html file should include a brief description of your project. Explain the architecture and source files included. Tell us what your project does.

Please email the project submission to konkew@cs.rpi.edu and have the subject be:
      XMLJ:Final Project Submission



One more thing...

Please do not include compiled class files or the xerces.jar file in your submission. We can rummage up a copy of xerces.jar and compile your code. (hopefully) :)


to Programming XML in Java Home Page

Updated: April 1 2002