[
Home
|
Lab
|
New Students
|
Courses
|
Research
|
Publications
|
Activities
]
Back to Courses and Activities of Local Interest
Information on Useful Resources
Information about the submit utility
I typically require that all project submissions and some homework
submissions be made using the submit utility. You can submit
an entire directory structure if necessary.
- To submit, look for help or follow the
course locker link.
- Info on administering
submit.
Information about Java
Here are some links and other information relating to Java.
- VisualAge for Java
-
-
-
-
- Ueli Wahli, Mitch Fielding, Gareth Mackown, Deborah Shaddon, and
Gert Hekkenberg, Servlet and JSP Programming with IBM WebSphere
Studio and VisualAge for Java. ISBN: 0-7384-1608-8. Follow the
above redbook link to buy.
- To use Java WorkShop on eos machines, type in
add javaws
- CSC 257:
Introduction to Java Programming
- Java
Tutorial at Javasoft
- Java in a Nutshell, 2nd edition by David Flanagan,
O'Reilly, 1998. ISBN 1-56592-262-X.
- Java Examples in a Nutshell by David Flanagan,
O'Reilly, 1998. ISBN 1-56592-371-5.
Information about Sybase
Here are some links and other information relating to Sybase.
This should be of interest to students in CSC432 and CSC742. You
should play with our Sybase system as early as possible in the course.
Try out the following steps as early in the semester as you can,
preferably before the project deadlines.
- Learn to use isql and wisql - the terminal and
windowing interfaces to Sybase.
- Create a database in Sybase
- Follow the C example below to run a simple program on Sybase.
Sharing Sybase accounts
For team work, you might use the Sybase accounts of the team
members. Please note that sybase and unity (or eos) passwords can be
different, so you can share your Sybase password within your team. To
change your password in isql type
sp_password current_password, new_password
Using the Sybase system
- Accessing Sybase
and its documentation
- Loading a
database with links to sample definitions and data
- Sharing
databases
- Running C
programs with the SQL API
- Running Java
programs with a JDBC interface to SQL
ERWin examples
From when we had a license.
- DreamHome database. Here is the ERWin source file: you can't
view it well because it isn't text, but if you save it from your
browser (as source), you should get the right file.
- Here are the relation definitions
automatically generated by ERWin.
For additional information or to report bugs, please contact the TA;
also cc me.