© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 8: Database Application Development Modern Database Management 10 th Edition Jeffrey.

Slides:



Advertisements
Similar presentations
Overview Environment for Internet database connectivity
Advertisements

1 Introduction to XML. XML eXtensible implies that users define tag content Markup implies it is a coded document Language implies it is a metalanguage.
G O B E Y O N D C O N V E N T I O N WORF: Developing DB2 UDB based Web Services on a Websphere Application Server Kris Van Thillo, ABIS Training & Consulting.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 16 Designing.
© 2007 by Prentice Hall 1 Chapter 10: The Internet Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred.
Overview Explain three application components: presentation, processing, and storage Distinguish between file server, database server, 3-tier, and n-tier.
1 Database Architectures Modified from …..Modern Database Management Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Introduction to Web Interface Technology (CSE2030)
Chapter 9: The Client/Server Database Environment
Database Processing Applications Chapter Seven DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 4 th Edition.
System Analysis and Design
12-1 © Prentice Hall, 2004 Chapter 12: Design Elements Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph S. Valacich, Jeffrey.
1 © Prentice Hall, 2002 The Client/Server Database Environment.
Lecture The Client/Server Database Environment
Client-Server Processing and Distributed Databases
Chapter 8: database application development
Client/Server Database Environment CISB344 Database 2  At the end of this chapter, you should be able to: › Define client/server systems, file server,
2440: 141 Web Site Administration Web Server-Side Programming Professor: Enoch E. Damson.
Client/Server Computing. Information processing is distributed among several workstations and servers on a network, with each function being assigned.
The Client/Server Database Environment
Chapter 9: The Client/Server Database Environment
Chapter 2 Database System Concepts and Architecture
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
INTRODUCTION TO WEB DATABASE PROGRAMMING
The Internet Database Environment
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Chapter 12 Designing Distributed and Internet Systems
Chapter 11 Designing Distributed and Internet Systems Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Chapter 10 © 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 10: The Internet Database Environment Modern Database Management 9 th Edition.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Introduction to ASP.NET. Prehistory of ASP.NET Original Internet – text based WWW – static graphical content  HTML (client-side) Need for interactive.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Enterprise Systems MIS 181.9: Service Oriented Architecture 2 nd Semester,
1 © Prentice Hall, 2002 Chapter 8: The Client/Server Database Environment Modern Database Management 6 th Edition Jeffrey A. Hoffer, Mary B. Prescott,
MBA 664 Database Management Systems Dave Salisbury ( )
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 10: The Internet Database Environment Modern Database Management 9 th Edition Jeffrey.
Another PillowTalk Presentation  2004 Dynamic Systems, Inc. Introduction to XML for SOA Lee H. Burstein,
XML Overview. Chapter 8 © 2011 Pearson Education 2 Extensible Markup Language (XML) A text-based markup language (like HTML) A text-based markup language.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 14 Networks, Multi-Tier Architectures, and XML.
Chapter 17 - Deploying Java Applications on the Web1 Chapter 17 Deploying Java Applications on the Web.
© 2005 by Prentice Hall 1 Chapter 9: The Client/Server Database Environment Modern Database Management 7 th Edition Jeffrey A. Hoffer, Mary B. Prescott,
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer,
Concepts of Database Management Sixth Edition Chapter 9 Database Management Approaches.
The Client/Server Database Environment Ployphan Sornsuwit KPRU Ref.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Personal Computer - Stand- Alone Database  Database (or files) reside on a PC - on the hard disk.  Applications run on the same PC and directly access.
© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 14 Using Relational Databases to Provide Object Persistence (Overview) Modern Database.
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
Copyright © 2002 ProsoftTraining. All rights reserved. JavaServer Pages.
Chapter 9  Definition of terms  List advantages of client/server architecture  Explain three application components:
© 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 CHAPTER 8: DATABASE APPLICATION DEVELOPMENT Modern Database Management 11 th Edition Jeffrey.
Database Processing Applications Chapter Seven DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 7 th Edition.
Database application development 1. Chapter 8 © 2013 Pearson Education, Inc. Publishing as Prentice Hall OBJECTIVES  Define terms  Explain three components.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
XML 1. Chapter 8 © 2013 Pearson Education, Inc. Publishing as Prentice Hall SAMPLE XML SCHEMA (XSD) 2 Schema is a record definition, analogous to the.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Lecture 9: The Client/Server Database Environment Modern Database Management 9 th Edition.
Chapter 9: The Client/Server Database Environment
Chapter 2 Database System Concepts and Architecture
What is WWW? The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet.
The Client/Server Database Environment
The Client/Server Database Environment
The Client/Server Database Environment
Chapter 10: The Internet Database Environment
Chapter 9: The Client/Server Database Environment
Database Processing Applications
Chapter 16 Designing Distributed and Internet Systems
Business Process Management
Presentation transcript:

© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 8: Database Application Development Modern Database Management 10 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2 Objectives Define terms Define terms Explain three components of client/server systems: presentation, processing, and storage Explain three components of client/server systems: presentation, processing, and storage Distinguish between two-tier and three-tier architectures Distinguish between two-tier and three-tier architectures Describe how to connect to databases in 2-tier systems using VB.NET and Java Describe how to connect to databases in 2-tier systems using VB.NET and Java Describe key components and information flow in Web applications Describe key components and information flow in Web applications Describe how to connect to databases in 3-tier applications using JSP, PHP, and ASP.NET Describe how to connect to databases in 3-tier applications using JSP, PHP, and ASP.NET Explain the purpose of XML Explain the purpose of XML See how XQuery can be used to query XML documents See how XQuery can be used to query XML documents Explain how XML fosters Web services and SOAs Explain how XML fosters Web services and SOAs

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 3 Client/Server Systems Networked computing model Networked computing model Processes distributed between clients and servers Processes distributed between clients and servers Client–Workstation (usually a PC) that requests and uses a service Client–Workstation (usually a PC) that requests and uses a service Server–Computer (PC/mini/mainframe) that provides a service Server–Computer (PC/mini/mainframe) that provides a service For DBMS, server is a database server For DBMS, server is a database server

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 4 Application Logic in C/S Systems GUI Interface Procedures, functions, programs DBMS activities Processing Logic I/O processing I/O processing Business rules Business rules Data management Data management Storage Logic Data storage/retrieval Data storage/retrieval Presentation Logic Input–keyboard/mouse Input–keyboard/mouse Output–monitor/printer Output–monitor/printer

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 5 Application Partitioning Placing portions of the application code in different locations (client vs. server) after it is written Placing portions of the application code in different locations (client vs. server) after it is written Advantages Advantages Improved performance Improved performance Improved interoperability Improved interoperability Balanced workloads Balanced workloads

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 6 Figure 8-2 Common Logic Distributions a) Two-tier client-server environments Processing logic could be at client (fat client), server (thin client), or both (distributed environment)

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 7 Figure 8-2 Common Logic Distributions b) Three-tier and n-tier client-server environments Processing logic will be at application server or Web server

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 8 Two-Tier Database Server Architectures Client workstation is responsible for Client workstation is responsible for Presentation logic Presentation logic Data processing logic Data processing logic Business rules logic Business rules logic Server performs all data storage, access, and processing Server performs all data storage, access, and processing Typically called a database server Typically called a database server  DBMS is only on server

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 9 Figure 8-3 Database server architecture (two-tier architecture) Front-end programs Back-end functions

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 10 Characteristics of Two-Tier Client/Server Systems Departmental in scope (few users) Departmental in scope (few users) Not mission-critical Not mission-critical Low transaction volumes Low transaction volumes Common programming languages: Common programming languages: Java, VB.NET, C# Java, VB.NET, C# Interface database via middleware, APIs Interface database via middleware, APIs

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Middleware and APIs Middleware – software that allows an application to interoperate with other software without requiring user to understand and code low-level operations Middleware – software that allows an application to interoperate with other software without requiring user to understand and code low-level operations Application Program Interface (API) – routines that an application uses to direct the performance of procedures by the computer’s operating system Application Program Interface (API) – routines that an application uses to direct the performance of procedures by the computer’s operating system Common database APIs – ODBC, ADO.NET, JDBC Common database APIs – ODBC, ADO.NET, JDBC 11

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Steps for Using Databases via Middleware APIs 1. Identify and register a database driver. 2. Open a connection to a database. 3. Execute a query against the database. 4. Process the results of the query. 5. Repeat steps 3–4 as necessary. 6. Close the connection to the database. 12

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 13

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 14 Three-Tier Architectures Thin Client PC just for user interface and a little application processing. Limited or no data storage (sometimes no hard drive) GUI interface (I/O processing) Browser Business rules Web Server Data storage DBMS Client Application server Database server

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 15 Figure 8-6a Generic three-tier architecture Thin clients Business rules on application server DBMS only on DB server

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Thin Client An application where the client (PC) accessing the application primarily provides the user interfaces and some application processing, usually with no or limited local data storage. An application where the client (PC) accessing the application primarily provides the user interfaces and some application processing, usually with no or limited local data storage. Most commonly, the thin client application is a Web browser and the 3-tier architecture involves a Web application. Most commonly, the thin client application is a Web browser and the 3-tier architecture involves a Web application. 16

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 17 Figure 8-7 A database-enabled intranet/Internet environment

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Web Application Components Database server – hosts the DBMS Database server – hosts the DBMS e.g. Oracle, SQL Server, Informix, MS Access, MySql e.g. Oracle, SQL Server, Informix, MS Access, MySql Web server – receive and respond to browser requests using HTTP protocol Web server – receive and respond to browser requests using HTTP protocol e.g. Apache, Internet Information Services (IIS) e.g. Apache, Internet Information Services (IIS) Application server – software building blocks for creating dynamic web sites Application server – software building blocks for creating dynamic web sites e.g. MS ASP.NET framework, Java EE, ColdFusion, PHP e.g. MS ASP.NET framework, Java EE, ColdFusion, PHP Web browser – client program that sends web requests and receives web pages Web browser – client program that sends web requests and receives web pages e.g. Internet Explorer, Firefox, Safari, Google Chrome e.g. Internet Explorer, Firefox, Safari, Google Chrome 18

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 19 Languages for Creating Web Pages Hypertext Markup Language (HTML) Hypertext Markup Language (HTML) Markup language specifically for Web pages Markup language specifically for Web pages Standard Generalized Markup Language (SGML) Standard Generalized Markup Language (SGML) Markup language standard Markup language standard Extensible Markup Language (XML) Extensible Markup Language (XML) Markup language allowing customized tags Markup language allowing customized tags XHTML XHTML XML-compliant extension of HTML XML-compliant extension of HTML JavaScript/VBScript JavaScript/VBScript Scripting languages that enable interactivity in HTML documents Scripting languages that enable interactivity in HTML documents Cascading Style Sheets (CSS) Cascading Style Sheets (CSS) Control appearance of Web elements in an HML document Control appearance of Web elements in an HML document XSL and XSLT XSL and XSLT XMS style sheet and transformation to HTML XMS style sheet and transformation to HTML Standards and Web conventions established by World Wide Web Consortium (W3C)

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Processing in 3-Tier Applications Static page requests Static page requests.htm or.html requests are handled by the Web server only.htm or.html requests are handled by the Web server only Dynamic page requests Dynamic page requests.jsp,.aspx, and.php requests are routed to the application server.jsp,.aspx, and.php requests are routed to the application server Server-side processing by JSP servlet, ASP.NET application, ColdFusion, or PHP Server-side processing by JSP servlet, ASP.NET application, ColdFusion, or PHP Database access via JDBC, ADO.NET, or other database middleware Database access via JDBC, ADO.NET, or other database middleware 20

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 21 Figure 8-9 Information flow in a three-tier architecture No server side processing, just a page return Server side processing, including database access …also *.aspx or *.php

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 22 Figure 8-12 A registration page written in ASP.NET a) Sample ASP.NET code for user registration

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 23 Figure 8-12 A registration page written in ASP.NET b) Form for the ASP.NET application

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Considerations in 3-Tier Applications Stored procedures Stored procedures Code logic embedded in DBMS Code logic embedded in DBMS Improve performance, but proprietary Improve performance, but proprietary Transactions Transactions Involve many database updates Involve many database updates Either all must succeed, or none should occur Either all must succeed, or none should occur Database connections Database connections Maintaining an open connection is resource- intensive Maintaining an open connection is resource- intensive Use of connection pooling Use of connection pooling 24

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 25 Benefits of Stored Procedures Performance improves for compiled SQL statements Performance improves for compiled SQL statements Reduced network traffic Reduced network traffic Improved security Improved security Improved data integrity Improved data integrity Thinner clients Thinner clients

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 26 Benefits of Three-Tier Architectures Scalability Scalability Technological flexibility Technological flexibility Long-term cost reduction Long-term cost reduction Better match of systems to business needs Better match of systems to business needs Improved customer service Improved customer service Competitive advantage Competitive advantage Reduced risk Reduced risk

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 27 Extensible Markup Language (XML) A text-based markup language (like HTML) A text-based markup language (like HTML) Uses elements, tags, attributes Uses elements, tags, attributes Includes document type declarations (DTDs), XML schemas, comments, and entity references Includes document type declarations (DTDs), XML schemas, comments, and entity references Revolutionizes the way data are exchanged over the Internet Revolutionizes the way data are exchanged over the Internet Document Structure Declarations (DSD), XML Schema (XSD) and Relax NG replacing DTDs for validating XML document structure Document Structure Declarations (DSD), XML Schema (XSD) and Relax NG replacing DTDs for validating XML document structure XSD – language for defining XML databases, recommended by the W3C XSD – language for defining XML databases, recommended by the W3C

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 28 Sample XML Schema (XSD) Schema is a record definition, analogous to the Create SQL statement, and therefore provides metadata

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 29 Sample XML Document Data This XML data conforms to the XML schema of the previous slide, and involves elements and attributes defined in the schema. This is analogous to a record in a database

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 30 Another Sample XML Document

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Storing XML Documents Storing as files introduces the same file processing problems stated in Ch 1 Storing as files introduces the same file processing problems stated in Ch 1 Four common options: Four common options: Store XML data in a relational database by shredding the XML document Store XML data in a relational database by shredding the XML document Store an entire XML document in a large field (BLOB or CLOB) Store an entire XML document in a large field (BLOB or CLOB) Store the XML document using special XML columns Store the XML document using special XML columns Store the XML document using a native XML database (non-relational) Store the XML document using a native XML database (non-relational) 31

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Retrieving XML Documents XPath – One of a set of XML technologies supporting XQuery development, locating data in XML documents XPath – One of a set of XML technologies supporting XQuery development, locating data in XML documents XQuery – An XML transformation language that allows applications to query both relational databases and XML data XQuery – An XML transformation language that allows applications to query both relational databases and XML data Sample XQuery expression: Sample XQuery expression: 32

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Displaying XML Data Extensible Stylesheet Language Transformation (XSLT) – A language used to transform complex XML documents and also used to create HTML pages from XML documents Extensible Stylesheet Language Transformation (XSLT) – A language used to transform complex XML documents and also used to create HTML pages from XML documents XSLT can translate a single XML document into both standard HTML and WAP/WML for cell phones without the necessity for two different pages XSLT can translate a single XML document into both standard HTML and WAP/WML for cell phones without the necessity for two different pages 33

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Figure 8-15b – XSLT Code 34

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 35 Extracted from Figures 8a and 8c When applied to the above XML data, the XSLT code from Figure 8b produces the display on the right.

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall XML and Web Services Web Services – a set of emerging XML-based standards that define protocols for automatic communication between software programs over the Web Web Services – a set of emerging XML-based standards that define protocols for automatic communication between software programs over the Web Universal Description, Discovery, and Integration (UDDI ) – standard for creating and distributing Web services Universal Description, Discovery, and Integration (UDDI ) – standard for creating and distributing Web services Web Services Description Language (WSDL) – XML- based grammar for describing a Web Service and specifying its public interface Web Services Description Language (WSDL) – XML- based grammar for describing a Web Service and specifying its public interface Simple Object Access Protocol (SOAP) – XML-based communication protocol for sending messages between applications over the Internet Simple Object Access Protocol (SOAP) – XML-based communication protocol for sending messages between applications over the Internet 36

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 37 Figure 8-17 Web Services protocol stack

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 38 SOAP request sent from customer to supplier SOAP response sent from supplier to customer

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 39 Figure 8-18 Web services deployment

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall Service Oriented Architecture (SOA) A collection of services that communicate with each other in some manner, usually by passing data or coordinating a business activity A collection of services that communicate with each other in some manner, usually by passing data or coordinating a business activity A new paradigm for IT application development, based mostly on Web services A new paradigm for IT application development, based mostly on Web services Loosely coupled, highly interoperable components Loosely coupled, highly interoperable components Leads to flexibility and shorter development time Leads to flexibility and shorter development time 40

Chapter 8 © 2011 Pearson Education, Inc. Publishing as Prentice Hall 41 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall