1 / 13

Hands on Development Tutorial

Hands on Development Tutorial. Presented By: John Krahulec. August 4, 2010 Lunch and Learn. Agenda. (The “Road” to Success). Develop Pipeline app. TURB O Enterprise Overview Demo Pipeline application 4 Main Parts – RRRD. Architecture. Virtual n - Tier Architecture.

yetta-chan
Télécharger la présentation

Hands on Development Tutorial

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. Hands on Development Tutorial Presented By: John Krahulec August 4, 2010 Lunch and Learn

  2. Agenda (The “Road” to Success) • Develop Pipeline app TURBOEnterprise Overview Demo Pipeline application 4 Main Parts – RRRD

  3. Architecture

  4. Virtual n-Tier Architecture

  5. A pre-configured “cloud” environment so you can quickly get started developing with TURBO. Here’s what it includes: TURBOTestTrack Oracle HTTP Server Oracle XE Database TURBOEnterprise

  6. TURBOTestTrack Here’s what you’ll need: Your favorite PL/SQL editor (e.g. TOAD) Web Browser Database connection info

  7. 4 Main Parts – RRRD (“Road”) Render Retrieve Receive DML

  8. 4 Main Parts – RRRD (“Road”) APP_WEB APP_DATA Retrieve Render Table Receive DML

  9. Render Purpose: to render the web page/form Schema Layer: APP_WEB Package: l_[appname] Procedure: p_xxx_form Input Parameters: usually the record id of data to be displayed

  10. Retrieve Purpose: to retrieve data for the rendering page Schema Layer: APP_DATA Package: l_[appname]_DML Function: f_get_xxx Input Parameters: at least record id of data to retrieve

  11. Receive Purpose: to receive data from the web page Schema Layer: APP_WEB Package: l_[appname] Procedure: p_xxx_proc Input Parameters: at least all fields from web page

  12. DML Purpose: to process data from the Receiving proc Schema Layer: APP_DATA Package: l_[appname]_DML Procedure: p_xxx_load Input Parameters: fields required to perform DML into tables

  13. Contact Information John Krahulec 703-889-8499 John.Krahulec@TURBO-Enterprise.com Mark Eddy 703-889-8452 Mark.Eddy@TURBO-Enterprise.com

More Related