Notes. ------ 1. To untar the posted file do: gtar zxvf projectFALL06.gtar 2. You will find there an example Java program (Movie.java) for populating the movie table using the mains243.xml file. 3. The create table for the movies is in movies.sql. 4. The other Java program Echo01.java, is a simple program which echoes a given xml on the screen. It is for checking the well-formedness of xml files. 5. The well formed xml files are: actors63.xml casts124.xml mains243.xml people55.xml remakes05.xml 6. To compile: compile.sh Movie 7. To run: execute.sh Movie mains243.xml 8. Provide your Oracle username and password in: conn = DriverManager.getConnection ("jdbc:oracle:thin:@oracle.csc.uvic.ca:1521:TEACH", "yourusername","yourpassword"); in Movie.java 9. The part of the XML tutorial needed for following the example is: http://java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/sax/2a_echo.html