1 / 12

COSC 643 Final Exam Review

COSC 643 Final Exam Review. Sungchul Hong. Types of Questions. Multiple choice True/False Short answer Analysis (Short essay). DTD. Write a DTD based on XML document. Find out whether certain document is valid to a DTD Is this document valid? A BB D  DTD: ELEMENT A, B+,

Télécharger la présentation

COSC 643 Final Exam Review

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. COSC 643 Final Exam Review Sungchul Hong

  2. Types of Questions • Multiple choice • True/False • Short answer • Analysis (Short essay)

  3. DTD • Write a DTD based on XML document. • Find out whether certain document is valid to a DTD • Is this document valid? • A BB D  DTD: ELEMENT A, B+, • {C}, D

  4. XSL <xsl:template match= "/" > • <xsl:value-of select=“.”/> • <xsl:apply-templates> • <xsl:template match=“inventory[@color and @location=‘warehouse’]”> • <xsl:value-of select="price[@pricetype='sale']"/> • <xsl:template match="inventory[@color and @location='warehouse']"> <xsl:value-of select="price[@pricetype='sale'] | price[@pricetype != 'cost']"/> <xsl:for-each select="//vendor"> Adding Elements • <xsl:if test="@webvendor != 'no'"> • <xsl:choose> • <xsl:sort select="vendor_name" />

  5. XSL • The meaning of each code. • Reading a code • Describe the output based on the XML and XSL code.

  6. ebXML • Advantage of XML • How ebXML works?

  7. Message Broker • Characteristics • Message Broker Service • Transformation Layer • Intelligent Routing • Rule processing • Message Warehousing • Repository Service • Directory Service

  8. Adapter • Thin or Thick • Static or Dynamic • Topology

  9. Data Oriented Integration • Concept • Coupling vs. Cohesion • Metadata & XML • Database-to-Database Integration • Advantages & Disadvantages • Federated DB • Advantages and Disadvantages • Data Models • Object, Relational, Hierarchical

  10. Method Oriented Application Integration • Concept • Sharing Processes • Advantages & Disadvantages • When can we use method oriented integration? • System development • Rules, logic, data, object • Method warehousing • Framework

  11. XML Database • Concept • XML database needed situations • Comparison between DB and XML DB (DBMS)

  12. Portal Oriented Application Integration • Concept (Using Web browser) • Advantages and Disadvantages • Types of portals • Portal architecture

More Related