Presentation is loading. Please wait.

Presentation is loading. Please wait.

SDPL 2001Notes 7: XML Web Sites1 7 XML Web-Site Architectures n How (and why) to apply XML techniques in the implementation of Web sites? 7.1 XML, Databases,

Similar presentations


Presentation on theme: "SDPL 2001Notes 7: XML Web Sites1 7 XML Web-Site Architectures n How (and why) to apply XML techniques in the implementation of Web sites? 7.1 XML, Databases,"— Presentation transcript:

1 SDPL 2001Notes 7: XML Web Sites1 7 XML Web-Site Architectures n How (and why) to apply XML techniques in the implementation of Web sites? 7.1 XML, Databases, and Multi-tiered Systems –Overview of Web-based applications built using XML & database technology and multi-tiered architectures n Later: 7.2 Apache Cocoon publishing framework

2 SDPL 2001Notes 7: XML Web Sites2 7.1 XML, Databases, and Multi-tiered Systems J. Chelsom, InterCHANGE, Oct. 1999, 7-12. n Why to use XML at a Web site? n How to store XML documents? n Multitiered architectures?

3 SDPL 2001Notes 7: XML Web Sites3 Advantages of XML based solutions? n Creating and delivering final document representations (HTML, PDF, …) more straightforward than using XML n Why then XML-based web sites? –control of uniform style (via style sheets) –processing of semantic content (XML) on the client –utilising XML processing capabilities on the server –tailoring different versions of the same content »for different browsers, different user groups, different uses (browsing, printing, audio, …)

4 SDPL 2001Notes 7: XML Web Sites4 XML and Databases n How to store and to manage XML documents? Depends on application requirements: –file system »simple and cheap »often sufficient, especially if collection small and static –database management systems »provide efficient access to large data collections »more appropriate when documents dynamically modified, especially if simultaneously by multiple users »provide consistency and integrity preserving "ACID" transactions

5 SDPL 2001Notes 7: XML Web Sites5 Database Transactions n Transaction –semantically meaningful unit of update operations –e.g., money transfer btw two bank accounts n ACID properties of transactions –Atomicity: either all changes or none are committed –Consistency: transactions maintain consistency of data –Isolation: transactions do not interfere with each other –Durability: committed updates are stored permanently

6 SDPL 2001Notes 7: XML Web Sites6 Types of XML databases 1. XML generating databases –database not aware of XML, which is just an output format for data extracted (using SQL/OQL/JSP/…) 2. XML document databases –fields for entire documents or document fragments –metadata fields to support management of these chunks 3. XML component databases –"true XML databases" –store document components as separate objects –schema for document objects corresponds to DTD

7 SDPL 2001Notes 7: XML Web Sites7 Commercial XML databases n Steve Pepper's "Whirlwind guide" of SGML/XML tools (Dec. 99) mentioned –10 document DB managers; 1 with XML support »SigmaLink of STEP GmbH –6 component DB managers, 3 with XML support »Astoria, POET Content Mgmt Suite, TARGET 2000 »strong development activity underway by major O-O and relational database vendors n Prizes of high-end XML database systems around USD 40,000 - 100,000 (including configuration, installation and integration to business processes)

8 SDPL 2001Notes 7: XML Web Sites8 Commercial XML databases (2) Ronald Bourret, Nov. 2000: http://www.rpbourret.com/xml/XMLDatabaseProds.htm Ronald Bourret, Nov. 2000: http://www.rpbourret.com/xml/XMLDatabaseProds.htm –5 XML-enabled databases  XML generating/document databases »DB2 XML Extender, MS SQL Server 2000, Oracle 8i & 9i, … –8 native XML databases  XML component databases (?)  3 RD prototypes, rest commercial products (?) –Also middleware, XML servers, XML application servers, content management systems, persistent DOM implementations: classification often difficult

9 SDPL 2001Notes 7: XML Web Sites9 Three-tiered architectures n Typical architecture of web-based data delivery/processing applications: –client tier (or layer) »standard web browser (+ possible additions) –middle tier / applications layer »"business logic" running on server »can be viewed or realised as number of separate tiers (-> "multitiered architectures") –data tier (or layer) »storage and maintenance of data

10 SDPL 2001Notes 7: XML Web Sites10 Why three-tiered architectures? n HTTP client + server + data source is a convenient implementation environment –familiar browser user-interface –standard components (browsers & servers) »cheap (free) »available on various OS & HW platforms –minimal start-up pain for new users or customers

11 SDPL 2001Notes 7: XML Web Sites11 Where XML gets processed? n Two major strategies: 1. to deliver XML to client »and to use, say, SAX/DOM-based applets or DOM-based scripts for processing, and CSS, or XSLT  HTML(+CSS) for presentation 2. to process XML on the server »and to deliver plain HTML (+CSS) to client n Which one to choose?

12 SDPL 2001Notes 7: XML Web Sites12 Delivering XML to web clients n Advantages: –single semantically marked-up XML document may correspond to multiple single-purpose HTML pages –reduces network traffic and moves processing load from server to client n Disadvantages –assumes XML capable browsers –application development for unknown client environments difficult

13 SDPL 2001Notes 7: XML Web Sites13 Delivering XML to web clients (2) n Disadvantages (continued) –exposure of data structures (XML) and "business logic" (applets or scripts) to customers n XML processing on client may be a viable solution in controlled environments like intranets (clients uniform, users trusted) n "XML on server, HTML to client" strategy gained more popularity recently

14 SDPL 2001Notes 7: XML Web Sites14 Processing XML on server n plain HTML delivered to clients n Advantages: –support of non-XML-capable browsers »(Next section discusses taking of different HTML browsers into account) »ability to address wider audiences –"semantic firewall" »document structures and business logic remain unexposed –control over processing environment (server) »easier application development and testing »control over performance

15 SDPL 2001Notes 7: XML Web Sites15 Processing XML on server (2) n Disadvantages: –may increase data traffic: a new HTML page for each different view on the document –fails to utilise (often idle) processing cycles of client computers –heavier network and server load n Combinations of client/server processing also possible: Delivering –"downgraded" XML to clients –XML to selected clients only


Download ppt "SDPL 2001Notes 7: XML Web Sites1 7 XML Web-Site Architectures n How (and why) to apply XML techniques in the implementation of Web sites? 7.1 XML, Databases,"

Similar presentations


Ads by Google