Skip to content

Commit

Permalink
Update proxy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Mar 23, 2015
1 parent 2110567 commit 673c5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ You will follow the usual mechanism of using github. A continuous integration bu

You may discuss this project in its generality with anybody you want and may look at any code on the internet except for a classmate's code. You should physically code this project completely yourself but can use all the help you find other than cutting-n-pasting or looking at code from a classmate or other Human being. There is a lot of sample code out there for implementing Java proxies, but they all are these massive programs that use lots of helper objects. For example, my program doesn't use any helper classes except for the Runnable client handler. I've looked at most of these solutions on the web and I will be very suspicious if I see a similar coding pattern. You must implement this yourself.

I will deduct 10% if your program is not executable exactly in the fashion mentioned in the project; that is, class name, methods, lack-of-package, and jar must be exactly right. For you PC folks, note that case is significant for class names and file names on unix! All projects must run properly under linux at amazon.
I will deduct 10% if your program is not executable exactly in the fashion mentioned in the project; that is, class name, methods, package, etc... must be exactly right. For you PC folks, note that case is significant for class names and file names on unix! All projects must run properly under linux at amazon.

0 comments on commit 673c5ee

Please sign in to comment.