SlideShare ist ein Scribd-Unternehmen logo
1 von 29
1 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
2 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express 4.1 New Features
Mike Hichwa, Vice President, Database Tools
3 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
The following is intended to outline Oracle’s general
product direction. It is intended for information
purposes only, and may not be incorporated into any
contract. It is not a commitment to deliver any
material, code, or functionality, and should not be
relied upon in making purchasing decisions.
The development, release, and timing of any
features or functionality described for Oracle’s
products remains at the sole discretion of Oracle.
4 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Program Agenda
• Oracle Application Express Overview
• New Features in 4.1
• Beyond Oracle APEX 4.1…
• Q&A
5 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
Browser Based Application Development
6 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
Benefits
Runs within Database
Self Service Provisioning
Leverage SQL Skills
Rapid Browser Based Development
Point your browser and start developing Build reports and charts using SQL
Out-of-the-box elastic private cloud service Simple to manage, highly scalable
7 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
Architectural Overview
• Simple 2-Tier Architecture
• Pages dynamically rendered using database Meta data
• No code generation or file based compilation
• Runs everywhere Oracle Database runs
8 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
Fully supported no-cost feature of Oracle DB
• Distributed with
– Oracle Enterprise Edition
– Oracle Standard Edition
– Oracle Standard Edition One
– Oracle XE
• Supported Database Releases
– 10gR2
– 11gR1
– 11gR2
9 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
History
HTML
DB 1.5
[2004]
•First
Release
HTML
DB 1.6
[2004]
•Themes
HTML DB
2.0 [2005]
•SQL
Workshop
Application
Express 2.1
[2006]
•Oracle XE
Application
Express 2.2
[2006]
•Packaged
Applications
Application
Express 3.0
[2007]
•Flash
Charts, PDF
Printing,
Access
Migration
Application
Express 3.1
[2008]
•Interactive
Reports
Application
Express 3.2
[2009]
•Oracle
Forms
Conversion
Application
Express 4.0
[2010]
•Websheets,
Dynamic
Actions,
Plug-Ins,
Team
Development
Application
Express 4.1
[2011]
•Data
Upload,
Error
Handling,
ROWID
10 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Program Agenda
• Oracle Application Express Overview
• New Features in 4.1
• Beyond Oracle APEX 4.1…
• Q&A
11 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Error Handling
 Error Handling Function
 Provide developers full control when an error occurs
 Capabilities include:
 Log all errors
 Map errors raised by the Oracle Database (like “Unique constraint XYZ violated”)
to friendlier error messages
 Display all errors “Inline in Notification”
 Increase security by masking internal APEX errors
12 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Use of ROWID
 Allow usage of ROWID for Automatic DML Processing
 Tables with > 2 Primary Key(PK) columns supported
 Support for PK columns that are also a Foreign Key
 Alternative to identification of Primary Key columns
 Ability to create Form, Form & Report or Tabular Form on
Table or View with no Primary Key
13 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Data Upload
• Provide the ability for end-users to update
spreadsheet data into tables
 Developer uses wizard to specify parameters
Following pages created:
 Data Load Source
 Data / Table Mapping
 Data Validation
 Data Load Results
14 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Calendar
• Added “Drag and Drop” functionality
 Change Date and Time of records
• Added ability to create “Edit” page as part of calendar wizard
 “Edit” Page types of:
 Existing page
 Pop-up page
 New page
15 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Websheet Enhancements
Improved User Interface – offers greater control
New Page Section Type – PL/SQL
Query using Datagrid
Presentation mode
16 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Tabular Form Validations
and Processes
Support all the same validation types as a Page Item
(e.g. PL/SQL Expression, Exists, etc)
Allow referencing of column values in Validations and Processes
using Bind Variable syntax:
 :COLUMN_NAME
 Built-in Bind variables -
APEX$ROW_SELECTOR, APEX$ROW_NUM and APEX$ROW_STATUS
Validations & Processes can be fired for each submitted row
or once for the entire submission
Advisor has been enhanced to check for valid Tabular Form columns
17 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Plug-In Enhancements
Increased Number of Custom Attributes to 15
New Attribute Type - ‘Checkboxes’
Add plug-in Support for
 Authentication Schemes
 Authorization Schemes
Attribute Usability Enhancements in Application Builder
18 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Dynamic Action Enahncements
Declarative support for buttons to trigger dynamic actions
 Actions performed based on button clicks
 Works for HTML, Image and Template based buttons
Extend the Submit Page dynamic action to gray out the page
and show a processing icon
Improve the ability to define multiple item values within ‘Set Value’
19 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Accessibility
Improved Menu accessibility
Added ability to define row headers for tabular form fields
Added “High Contrast” mode
Improved usability for screen reader users when dealing with
validation errors
Integrated updated version of Rich Text Editor, offering improved
accessibility
20 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Application Translations
Modernized the Translation user interface
Streamlined the translation process
Minimize the translation requirements for repeated values
21 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Dynamic List
Base list on SQL or PL/SQL functions
 Dynamically create styled list items
Especially important for mobile based applications
22 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Mobile Applications
• Provide themes & HTML templates suitable for
smart phones and mobile devices
 jQuery Mobile*
Dynamic List Support
Improved HTML out of the box
* We plan to bundle jQuery Mobile into a future release
of Application Express
23 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Other New Features in 4.1
• Many Functional & Performance Improvements
• New AnyChart Flash Charts
• New CKEditor version
• New jQuery and jQuery UI versions
24 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Program Agenda
• Oracle Application Express Overview
• New Features in 4.1
• Beyond Oracle APEX 4.1…
• Q&A
25 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Beyond Oracle APEX 4.1…
Proposed Future Release Features
 Enhanced themes and HTML templates to enable developers to declaratively
create mobile applications and/or mobile pages.
 Incorporate HTML 5 charting capabilities.
 Declarative specification of RESTful Web services mapped to SQL and
PL/SQL.
 Modal Dialogues
 Multiple Tabular Forms on one page
 Master-Detail-Detail support
 Multiple Interactive Reports on one page
26 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Program Agenda
• Oracle Application Express Overview
• New Features in 4.1
• Beyond Oracle APEX 4.1…
• Q&A
27 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
28 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
29 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.

Weitere ähnliche Inhalte

Ähnlich wie apex41-new-features-487382.ppt

Oracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewOracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewAhmed El-Demasy
 
apex--introduction-157585.ppt
apex--introduction-157585.pptapex--introduction-157585.ppt
apex--introduction-157585.pptKashi69
 
Migrating Oracle Forms Using Oracle Application Express
Migrating Oracle Forms Using Oracle Application ExpressMigrating Oracle Forms Using Oracle Application Express
Migrating Oracle Forms Using Oracle Application ExpressDavidPeake15
 
Vandana Sathish Maller
Vandana Sathish MallerVandana Sathish Maller
Vandana Sathish MallerVandana Maller
 
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business SuiteOOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suitevasuballa
 
Oracle Application Express Introduction
Oracle Application Express  IntroductionOracle Application Express  Introduction
Oracle Application Express Introductionssusera8d54f
 
Oracle Application Express
Oracle Application ExpressOracle Application Express
Oracle Application ExpressHBoone
 
apex101-326750.ppt
apex101-326750.pptapex101-326750.ppt
apex101-326750.pptKashi69
 
APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019msewtz
 
Oracle Forms to APEX conversion tool
Oracle Forms to APEX conversion toolOracle Forms to APEX conversion tool
Oracle Forms to APEX conversion toolScott Wesley
 
What's New in Oracle SQL Developer for 2018
What's New in Oracle SQL Developer for 2018What's New in Oracle SQL Developer for 2018
What's New in Oracle SQL Developer for 2018Jeff Smith
 
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...vasuballa
 
Oracle apex-hands-on-guide lab#1
Oracle apex-hands-on-guide lab#1Oracle apex-hands-on-guide lab#1
Oracle apex-hands-on-guide lab#1Amit Sharma
 
Oracle Application Express 20.2 New Features
Oracle Application Express 20.2 New FeaturesOracle Application Express 20.2 New Features
Oracle Application Express 20.2 New Featuresmsewtz
 
Sql developer - Powerful Free tool for Developers and DBA's
Sql developer - Powerful Free tool for Developers and DBA'sSql developer - Powerful Free tool for Developers and DBA's
Sql developer - Powerful Free tool for Developers and DBA'sNavneet Upneja
 
Oracle Apps Technical – Short notes on RICE Components.
Oracle Apps Technical – Short notes on RICE Components.Oracle Apps Technical – Short notes on RICE Components.
Oracle Apps Technical – Short notes on RICE Components.Boopathy CS
 

Ähnlich wie apex41-new-features-487382.ppt (20)

Oracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications OverviewOracle Fusion & Cloud Applications Overview
Oracle Fusion & Cloud Applications Overview
 
apex--introduction-157585.ppt
apex--introduction-157585.pptapex--introduction-157585.ppt
apex--introduction-157585.ppt
 
Migrating Oracle Forms Using Oracle Application Express
Migrating Oracle Forms Using Oracle Application ExpressMigrating Oracle Forms Using Oracle Application Express
Migrating Oracle Forms Using Oracle Application Express
 
Vandana Sathish Maller
Vandana Sathish MallerVandana Sathish Maller
Vandana Sathish Maller
 
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business SuiteOOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
OOW15 - Standards-Based Desktop Integration in Oracle E-Business Suite
 
Ebr the key_to_online_application_upgrade at amis25
Ebr the key_to_online_application_upgrade at amis25Ebr the key_to_online_application_upgrade at amis25
Ebr the key_to_online_application_upgrade at amis25
 
Oracle Application Express Introduction
Oracle Application Express  IntroductionOracle Application Express  Introduction
Oracle Application Express Introduction
 
Oracle Application Express
Oracle Application ExpressOracle Application Express
Oracle Application Express
 
apex101-326750.ppt
apex101-326750.pptapex101-326750.ppt
apex101-326750.ppt
 
APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019
 
Resume
ResumeResume
Resume
 
Oracle Forms to APEX conversion tool
Oracle Forms to APEX conversion toolOracle Forms to APEX conversion tool
Oracle Forms to APEX conversion tool
 
What's New in Oracle SQL Developer for 2018
What's New in Oracle SQL Developer for 2018What's New in Oracle SQL Developer for 2018
What's New in Oracle SQL Developer for 2018
 
Oracle Apex_24Apr2015_v2
Oracle Apex_24Apr2015_v2Oracle Apex_24Apr2015_v2
Oracle Apex_24Apr2015_v2
 
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
 
L08 deploying applications
L08 deploying applicationsL08 deploying applications
L08 deploying applications
 
Oracle apex-hands-on-guide lab#1
Oracle apex-hands-on-guide lab#1Oracle apex-hands-on-guide lab#1
Oracle apex-hands-on-guide lab#1
 
Oracle Application Express 20.2 New Features
Oracle Application Express 20.2 New FeaturesOracle Application Express 20.2 New Features
Oracle Application Express 20.2 New Features
 
Sql developer - Powerful Free tool for Developers and DBA's
Sql developer - Powerful Free tool for Developers and DBA'sSql developer - Powerful Free tool for Developers and DBA's
Sql developer - Powerful Free tool for Developers and DBA's
 
Oracle Apps Technical – Short notes on RICE Components.
Oracle Apps Technical – Short notes on RICE Components.Oracle Apps Technical – Short notes on RICE Components.
Oracle Apps Technical – Short notes on RICE Components.
 

Mehr von NalamalpuBhakthavats

Mehr von NalamalpuBhakthavats (6)

mule-overview.ppt
mule-overview.pptmule-overview.ppt
mule-overview.ppt
 
chapter03.ppt
chapter03.pptchapter03.ppt
chapter03.ppt
 
Joline1.PPT
Joline1.PPTJoline1.PPT
Joline1.PPT
 
using-integrations-oracle-integration.pdf
using-integrations-oracle-integration.pdfusing-integrations-oracle-integration.pdf
using-integrations-oracle-integration.pdf
 
ofm-msft-interop-v5c-132827.ppt
ofm-msft-interop-v5c-132827.pptofm-msft-interop-v5c-132827.ppt
ofm-msft-interop-v5c-132827.ppt
 
ow.ppt
ow.pptow.ppt
ow.ppt
 

Kürzlich hochgeladen

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 

Kürzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 

apex41-new-features-487382.ppt

  • 1. 1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
  • 2. 2 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express 4.1 New Features Mike Hichwa, Vice President, Database Tools
  • 3. 3 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. The following is intended to outline Oracle’s general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.
  • 4. 4 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Program Agenda • Oracle Application Express Overview • New Features in 4.1 • Beyond Oracle APEX 4.1… • Q&A
  • 5. 5 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) Browser Based Application Development
  • 6. 6 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) Benefits Runs within Database Self Service Provisioning Leverage SQL Skills Rapid Browser Based Development Point your browser and start developing Build reports and charts using SQL Out-of-the-box elastic private cloud service Simple to manage, highly scalable
  • 7. 7 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) Architectural Overview • Simple 2-Tier Architecture • Pages dynamically rendered using database Meta data • No code generation or file based compilation • Runs everywhere Oracle Database runs
  • 8. 8 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) Fully supported no-cost feature of Oracle DB • Distributed with – Oracle Enterprise Edition – Oracle Standard Edition – Oracle Standard Edition One – Oracle XE • Supported Database Releases – 10gR2 – 11gR1 – 11gR2
  • 9. 9 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) History HTML DB 1.5 [2004] •First Release HTML DB 1.6 [2004] •Themes HTML DB 2.0 [2005] •SQL Workshop Application Express 2.1 [2006] •Oracle XE Application Express 2.2 [2006] •Packaged Applications Application Express 3.0 [2007] •Flash Charts, PDF Printing, Access Migration Application Express 3.1 [2008] •Interactive Reports Application Express 3.2 [2009] •Oracle Forms Conversion Application Express 4.0 [2010] •Websheets, Dynamic Actions, Plug-Ins, Team Development Application Express 4.1 [2011] •Data Upload, Error Handling, ROWID
  • 10. 10 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Program Agenda • Oracle Application Express Overview • New Features in 4.1 • Beyond Oracle APEX 4.1… • Q&A
  • 11. 11 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Error Handling  Error Handling Function  Provide developers full control when an error occurs  Capabilities include:  Log all errors  Map errors raised by the Oracle Database (like “Unique constraint XYZ violated”) to friendlier error messages  Display all errors “Inline in Notification”  Increase security by masking internal APEX errors
  • 12. 12 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Use of ROWID  Allow usage of ROWID for Automatic DML Processing  Tables with > 2 Primary Key(PK) columns supported  Support for PK columns that are also a Foreign Key  Alternative to identification of Primary Key columns  Ability to create Form, Form & Report or Tabular Form on Table or View with no Primary Key
  • 13. 13 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Data Upload • Provide the ability for end-users to update spreadsheet data into tables  Developer uses wizard to specify parameters Following pages created:  Data Load Source  Data / Table Mapping  Data Validation  Data Load Results
  • 14. 14 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Calendar • Added “Drag and Drop” functionality  Change Date and Time of records • Added ability to create “Edit” page as part of calendar wizard  “Edit” Page types of:  Existing page  Pop-up page  New page
  • 15. 15 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Websheet Enhancements Improved User Interface – offers greater control New Page Section Type – PL/SQL Query using Datagrid Presentation mode
  • 16. 16 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Tabular Form Validations and Processes Support all the same validation types as a Page Item (e.g. PL/SQL Expression, Exists, etc) Allow referencing of column values in Validations and Processes using Bind Variable syntax:  :COLUMN_NAME  Built-in Bind variables - APEX$ROW_SELECTOR, APEX$ROW_NUM and APEX$ROW_STATUS Validations & Processes can be fired for each submitted row or once for the entire submission Advisor has been enhanced to check for valid Tabular Form columns
  • 17. 17 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Plug-In Enhancements Increased Number of Custom Attributes to 15 New Attribute Type - ‘Checkboxes’ Add plug-in Support for  Authentication Schemes  Authorization Schemes Attribute Usability Enhancements in Application Builder
  • 18. 18 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Dynamic Action Enahncements Declarative support for buttons to trigger dynamic actions  Actions performed based on button clicks  Works for HTML, Image and Template based buttons Extend the Submit Page dynamic action to gray out the page and show a processing icon Improve the ability to define multiple item values within ‘Set Value’
  • 19. 19 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Accessibility Improved Menu accessibility Added ability to define row headers for tabular form fields Added “High Contrast” mode Improved usability for screen reader users when dealing with validation errors Integrated updated version of Rich Text Editor, offering improved accessibility
  • 20. 20 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Application Translations Modernized the Translation user interface Streamlined the translation process Minimize the translation requirements for repeated values
  • 21. 21 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Dynamic List Base list on SQL or PL/SQL functions  Dynamically create styled list items Especially important for mobile based applications
  • 22. 22 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Mobile Applications • Provide themes & HTML templates suitable for smart phones and mobile devices  jQuery Mobile* Dynamic List Support Improved HTML out of the box * We plan to bundle jQuery Mobile into a future release of Application Express
  • 23. 23 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Other New Features in 4.1 • Many Functional & Performance Improvements • New AnyChart Flash Charts • New CKEditor version • New jQuery and jQuery UI versions
  • 24. 24 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Program Agenda • Oracle Application Express Overview • New Features in 4.1 • Beyond Oracle APEX 4.1… • Q&A
  • 25. 25 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Beyond Oracle APEX 4.1… Proposed Future Release Features  Enhanced themes and HTML templates to enable developers to declaratively create mobile applications and/or mobile pages.  Incorporate HTML 5 charting capabilities.  Declarative specification of RESTful Web services mapped to SQL and PL/SQL.  Modal Dialogues  Multiple Tabular Forms on one page  Master-Detail-Detail support  Multiple Interactive Reports on one page
  • 26. 26 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Program Agenda • Oracle Application Express Overview • New Features in 4.1 • Beyond Oracle APEX 4.1… • Q&A
  • 27. 27 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
  • 28. 28 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
  • 29. 29 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.