1 / 13

Database Publishing on the Web: An Overview

Database Publishing on the Web: An Overview. Objectives. After completing this lesson, you should be able to do the following: Describe the role of Oracle Application Server (OAS) in database publishing Outline the components in a Java-Web application. Overview: Database Publishing.

leanna
Download Presentation

Database Publishing on the Web: An Overview

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. Database Publishing on the Web: An Overview

  2. Objectives • After completing this lesson, you should be able to do the following: • Describe the role of Oracle Application Server (OAS) in database publishing • Outline the components in a Java-Web application

  3. Overview: Database Publishing HTTP://oracle-travel.oracle.com/java/flightclass Database HTML Your Requested Flight Information From our flight database... Java Web Toolkit classes New York JFK to Swansea Intl 07:45 SWA145 13:30 SWA165 19:45 UA9437W Java application classes Java-Web Cartridge

  4. WRB OAS Architecture Applications(Cartridge servers) Web client Cartridgeserver factories RM/Proxy HTTP Listener ORB Java CORBA client

  5. Oracle Application Server 4.0Java-Related Features • Integrated, cartridge-based Web applications • Java Web Toolkit • Integration with other application types (Intercartridge Exchange) • Multithreaded cartridges • CORBA-IIOP applications • Java-CORBA Objects (JCO)

  6. Oracle Application Server 4.0 Java-Related Features • AppBuilder for Java packaged with OAS • HTML/Java wizard • Java CORBA wizard • Transaction control through JTS (Enterprise Edition) • JDBC, pl2java support

  7. Java-Web Cartridges Applicationclasses &Java WebToolkit 1 2 Configurationdata Databaseserver Communicationwith otherOAS components Generated HTML

  8. Java Web Toolkit • Includes Java packages for: • Generating HTML elements (oracle.html) • Getting client request information • Connecting to an Oracle database • Mapping to PL/SQL datatypes • Writing messages to the OAS logger

  9. HTML Dynamicdata HTML 2 htmlFileclass Static HTML file HTML JavaApplication Dynamicdata <WRB_INC> HTML Using Java Web Toolkit: Application Techniques 1 JavaApplication

  10. X1 X2 Y1 Y2 1 Queue X Queue Y Applications and Cartridges Application(runs as a cartridge server process)

  11. Application(cartridge server) 4 5 3 CS Factory OAS Web Requests Web Client 1 Listener 2 Web Request Broker(WRB)

  12. Intercartridge Exchange (ICX) PL/SQL Application Java Application Client 1 Web Request Broker (WRB)

  13. Summary • DatabaseWeb publishing • provides database information in dynamic Web pages • may be implemented using the Java-Web cartridge in OAS • Java Web Toolkit provides classes for HTML generation and database access • OAS 4.0 also supports Java-CORBA applications

More Related