What This Document Is
This document outlines a hands-on exercise for ISM 3212 (Database Concepts & Administration) at Florida Gulf Coast University. It guides students through accessing a dynamic web page, inspecting its source code, and understanding how data is retrieved from a database to populate the page. The exercise focuses on a specific webpage (`firstsample.jsp`) connected to a database named `F20jdoe0000` on the `clay` server.
Why This Document Matters
This assignment is intended for students enrolled in ISM 3212. It’s used to reinforce concepts related to dynamic web page generation, HTML structure, and the interaction between web pages and databases. Completing this exercise will help students understand how databases power interactive web content.
Common Limitations or Challenges
This document is a set of instructions for a specific exercise. It does not provide a comprehensive tutorial on HTML, JSP, or database concepts. Students are expected to have prior knowledge of these areas from previous coursework. It also assumes access to the FGCU Virtual Lab or on-campus computers.
What This Document Provides
This document includes:
* Instructions for accessing the dynamic web page.
* Guidance on viewing the page source code.
* A description of the HTML structure and JSP code involved in generating the page.
* A reference to a downloadable text file (`firstsample.txt`) containing the JSP code for further study.
* It does *not* include the full JSP code beyond referencing its availability for download, nor does it explain the database query in detail.