1 / 10

Overview of Database Models and JDBC Connections in Web Architecture

This document features a collection of figures illustrating critical aspects of database design and architecture used in web applications. It includes logical data models, tables for Corvettes, States, Equipment, and their cross-reference relationships, along with a three-tier architecture of a website supported by databases. Various JDBC connection methods, including ODBC, direct connections, and mid-tier computer usage, are also demonstrated. These elements provide insights into effective database management and integration with web technologies.

naiya
Télécharger la présentation

Overview of Database Models and JDBC Connections in Web Architecture

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Figure 12.1 The logical data model for a database

  2. Figure 12.2 The Corvettes table

  3. Figure 12.3 The States table

  4. Figure 12.4 The Equipment table

  5. Figure 12.5 The Corvettes_Equipmentcross-reference table

  6. Figure 12.6 Three-tier architecture of a Web site supported by databases

  7. Figure 12.7 Using JDBC through ODBC

  8. Figure 12.8 Using JDBC directly

  9. Figure 12.9 Using JDBC through a midtier computer

More Related