Advanced Search
Search Results
72 total results found
Assignment #8a
Setting up your own tomcat Server on mislab mislab runs the apache web server software. apache is open-source software, available for free from www.apache.org. Over 60% of the web servers on the internet run the apache web server software. apache does not su...
Assignment #8b
DataEntry servlet Filenames: DataEntry.html, DataEntry.java Create an HTML form that requests data from the user. Submit that form data to a servlet. For output, display the user’s submitted data back to the user. For extra experience, also save the data i...
Assignment #9
Java Source Code Lister Filenames: ListFiles.java, ListSource.java Write a servlet which will display a directory listing of all of the .java files in your classes folder (on mislab). When the user clicks one of the listed file names, display the contents of...
Assignment #10
Trivia Servlet Filenames: Trivia.html, Trivia.java In this assignment, you will write a servlet that reads records from a server-based trivia text file, and displays selected trivia events on the user’s browser. 1. Create an HTML page that provides two ra...
Assignment #11
Servlet-based Survey System Filenames: Survey.html, Survey.java Create an HTML data entry form for some sort of data collection/survey system. Your survey should contain at least one set of radio buttons, so you can generate some counts and statistics (it'...
Assignment #12
There is no assignment #12
Assignment #13
JDBC Database Trivia Filenames: DatabaseTrivia.html, DatabaseTrivia.java Modify your earlier Trivia assignment to retrieve trivia events from mislab's Trivia mysql table.
Assignment #xx (not this one)
States Database Query System Filenames: States.html, States.java Create an HTML form that the user can use to perform queries on the mislab States mysql table. You should provide the following options: 1. Sort order: List states alphabetically (by state nam...
Assignment #14
AJAX Customer/Database Query System Filenames: CustomerList.java, CustomerQuery.java Write a servlet that lists all customers in the mislab mysql customer table. Your list should include only customer number and customer name, listed in a well-formatted ta...
index.html
<!doctype html> <html> <head> <title>put your name here</title> </head> <body> <a href='lister.php?HelloWorld.java'>Assignment #1c: HelloWorld.java</a><br> <a href='lister.php?DateTime...
Utility.java
/* File: Utility.java This file contains several utility methods that are designed to be used by other programs. getMonthName - returns the name of the month getDayName - returns the name of the day padString - pads a numeric string v...
serverlet.jar
Download Link
Syllabus
See attached Doesn't copy/paste well at all.......
Course Outline
A Brief Overview of Java Server Page (JSP) programming
JSP has four predefined variables: request the HttpServletRequest object response the HttpServletResponse object out PrintWriter object used to send output to client session HttpSession object associated with request JSP in...
Day 3 - Chapter 13
Assignments First assignment will be discussed in next class Notes
Day 4 - Ch13 cont. & Ch 11
Exam Hints: Stack Layer model layers
Chapter 26
Overview Taxonomy and Systematics Phylogenetic Trees Horizontal Gene Transfer Taxonomy The Science of describing, naming, and classifying living an extinct organisms and viruses. Systematics Study of biological diversity and the evolutionary relati...