We are definitely online Nov 2. Final Exam is Dec 7; Presentation day is Dec 14, during scheduled final exam time. Phase 2 - Bundle the front end on the top level of the servlet deployment * A filter may handle the CORS problem. Stay tuned. - Database Statement type. * When accessing the database in a method, declare the Statement instance locally, open, and close at the end of the method Each database access should use a Statement local to the method - ActiveXObjects aren't used anymore. Just create an XMLHttpRequest object. * See ChooseNumberOfTextsToDisplay example and see req.js; code for picking object removed. Jar Command for Creating Archives jar {ctux} [vfm0M] [jar-file] files ctux: create, list, update, extract vfmoM: verbose, file name, manifest, no compression, no manifest jar-file: Archive name files: Files to include Example: Create a war file and place it into webapps from directory ~/webapps/work/MyServlet MyServlet> jar cvf ../../MyServlet.war * Example: Extract the contents of a war file MyServlet.war in the webapps directory to subdirectory ~/webapps/work/MyServlet MyServlet> jar xvf ../../MyServlet.war