Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

Mark V. Scardina, Ben ChangandJinyu Wang

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Designing the Framework

This application will use the Oracle XML database as its repository for the FAQs. We will create this storage by registering an FAQ XML schema with the database that will then create the underlying objects and indexes that will store the XML. Additionally, we will create SQL tables to manage the categorization and glossary functionality of the site.

Once the database schema is designed, we will set up the application using the XSQL Servlet as the back end and an Internet browser as the front end. We will create a set of XSQL XML pages that will use the XML SQL Utility to submit queries via JDBC and then create a set of XSL stylesheets using the XDK’s XSLT Processor to transform the result into HTML that is returned to the browser. To support paging of the FAQs, we will create an XSQL custom action handler in Java.

To implement the search functionality, we will use Oracle Text in the database. Since it has been enhanced with XML support, we will be able to submit queries as either text expressions or XPaths. To extend the functionality of term searching, we will implement a glossary that will be accessible through links in the content of FAQ answers.

/ 218