Accessing a Database
- Selecting the "Add Team" option in this example does nothing interesting
- "Add Player" displays a page that allows the user to fill in player
information and select a team and jersey number
- Options for the team
selection box are retrieved from a database table using custom tags in
a way similar to how it was done in the custom tag lab
exercise
- Here is the AddPlayer.jsp
page
- Pooled database access is handled by Tomcat as described in the JSP lab
exercise