Advanced Search
Search Results
72 total results found
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...
Chapter 27-31
Prokaryotic Diversity Prokaryotes dated at 3.5 billion years old Modern Prokaryotes are most abundant, lacking sexual reproduction Domain Bacteria Proteobacteria "true bacteria" Cyanobacteria "Blue-Green bacteria" Domain Archaea ...
Chapter 32 & 33
Kingdom Animilia Over 1.5 million species Estimated 73 million 35 Phylums Over half are insects More similarities within animal genomes than other kingdoms Characteristics Multicellular Lack of cell wall Sexual reproduction mobil...
Chapter 34
Subphylum Vertebrata Vertebrates Chordates with a backbone Chordate features as well as: Vertebral column Series of cartilaginous or bony elements Cranium Endoskeleton or cartilage or bone Hox genes (lots of them) Neural crest Cyclo...
Chapter 35
Introduction to Plants Kingdom Plantae We will primarily be discussing the angiosperms Phylum Anthophyta Flowers and fruits Only group that does/has these things Advanced traits Seeds Advanced vascular tissues From seed to seed ...
Lab 12
Exam 2 notes
Four main functions of applications: Input Output Processing Storage Chapter 21, 20,7,6Sets 007-011