|
Course Notes
Last Update: 11/23/99
- Quiz on Tuesday 9/14 on Networking lectures through 9/7/99.
- 2nd quiz on Thurs. 10/14/99.
- Accounts on NT boxes in Rm. 229 are active. They use your universal ID. Change the
password at first login.
- To use java in Rms. 312 and 236 ET you need to set the path to include java. Go to
prompt and enter
C:\path=I:\tlapps\jdk\jdk1.1.6\bin\ Then, you can go to A: drive or others and
compile or run code. You might
eventually, want to create a batch file (like this one)
to run before you start using java on those systems. The %PATH%
statement appends the existing path to the path you specify.
- Java assignments 2 and 3 are now given on Assignments page.
- For example the jdk1.1.8 on the C: drive, add "C:\jdk1.1.8\bin;." to the path,
and "set CLASSPATH=C:\jdk1.1.8\lib\classes.zip;."
to the NT environmental variable, or the Win95/98 autoexec.bat file. On Win95/98 you
can go to start menu and run "sysedit" to edit autoexec.bat
- JDK documentation now accessible from this web site here.
- (10/28/99) Microsoft Personal Web Server is an option for Windows 98 and should be
available off the Win98 install CD. The web accessible directory it creates is, for
example, "C:\WebShare\wwwroot". For Windows 95, you can get Personal Web
server from this URL: http://www.microsoft.com/Windows/ie/pws/default.htm
- Here is a diagram for the architecture
for Project 1. Remember everything goes on the server. Server code, applet
code, applet html. You can run the server code from anywhere on the server.
The applet code and html must be in web accessible directory (D:\InetPub\wwwroot in rm.
229). Also, a web server has to be running to make applet accessible. The
client machine will access the applet over the web and send data to server who will store
it in a file on the server.
- I updated the project format to give you a few more details (11/1/99).
- (11/2/99) All demos for project 1 will be done in Rm. 229. You should have your
applet files installed and server running on a machine in that room at your demo time.
I will access applet and enter data from client. I will verify operation.
Make sure you are prepared. I have alloted 5 mins. for each demo. That
means it either works or doesn't, and this determines the demo portion of grade.
- (11/16/99) I have put off project 2 until the Tuesday after Thanksgiving (11/30/99).
- Test Number 3 will be 12/2/99 (Thursday after Thanksgiving).
- Graduate Student Paper is due 12/6/99. See details.
|