+ All Categories
Home > Documents > Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

Date post: 25-Dec-2015
Category:
Upload: annice-collins
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
26
<Insert Picture Here>
Transcript
Page 1: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

<Insert Picture Here>

Page 2: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

<Insert Picture Here>

Application Express 4.1 New Features

Hilary Farrell, Principal Member of Technical Staff, Oracle

Page 3: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

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 remain

at the sole discretion of Oracle.

Page 4: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

Agenda

• Oracle Application Express Overview

• New Features in 4.1

• Beyond Oracle APEX 4.1…

• Q&A

Page 5: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

Oracle Application Express Overview

Page 6: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

Oracle Application Express (Oracle APEX)Browser Based Application Development

© 2011 Oracle Corporation – Proprietary

Page 7: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

Runs within DatabaseSelf Service Provisioning

Leverage SQL SkillsRapid 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

Oracle Application Express (Oracle APEX)Benefits

© 2011 Oracle Corporation – Proprietary

Page 8: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

Oracle Application Express (Oracle APEX)Architectural Overview

• Simple 2-Tier Architecture• Pages dynamically rendered using database Metadata• No code generation or file based compilation• Runs Everywhere Oracle Database Runs

© 2011 Oracle Corporation – Proprietary

Page 9: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

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

© 2011 Oracle Corporation – Proprietary

Page 10: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

New Features in 4.1

Page 11: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

• Development for Mobile Applications

• Provide themes & HTML templates suitable for smart phones and mobile devices

jQuery Mobile – currently 1.0 Alpha 3 released

Dynamic List Support

Improved HTML out of the box

New Features in 4.1

Page 12: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

Demonstration

Development for Mobile Applications

Page 13: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

• Improved Tabular Form Validations & Processes

• Tabular Forms now support all the same validation types as a Page Item (e.g. PL/SQL Expression, Exists, etc)

• Allow referencing of Tabular Form 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 are fired for each submitted row of a Tabular Form

• Advisor has been enhanced to check for valid Tabular Form columns

New Features in 4.1

Page 14: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

Demonstration

Improved Tabular Form Validations

Page 15: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

• Dynamic Action Enhancements

• Enhance conditional processing & allow Dynamic Actions to be defined for:

Tabular Forms

Reports

Buttons

New Features in 4.1

Page 16: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

• Plug-In Enhancements

• Increased Number of Custom Attributes to 15

• New Attribute Type - ‘Checkboxes’

• Add plug-in Support for

Authentication Schemes

Authorization Schemes

Tabular Form Columns

• Attribute Usability Enhancements in Application Builder

New Features in 4.1

Page 17: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

Demonstration

Plug-in Enhancements

Page 18: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

• 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

New Features in 4.1

Page 19: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

Demonstration

Use of ROWID

Page 20: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

• Websheets Enhancements

• Improved User Interface – offers greater control

• New Page Section Type – PL/SQL

• Query using Datagrid

New Features in 4.1

Page 21: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

Demonstration

Websheets Enhancements

Page 22: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

• Many Functional & Performance Improvements

• Improved Error Handling

• Improved Accessibility in existing themes & HTML templates

• Data Upload

• Revised Create Wizards – fewer steps

• New AnyChart Flash Charts

• New CKEditor Version 3.5

• Statement of Direction: http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-sod-087560.html

New Features in 4.1

Page 23: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

Beyond Oracle APEX 4.1…

Page 24: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

© 2011 Oracle Corporation – Proprietary

• Proposed Future Release Features

• Modal Dialogues

• Multiple Tabular Forms on One Page

• Master-Detail-Detail Support

Dependent on Multiple Tabular Forms on One Page

• Multiple Interactive Reports on One Page

• HTML5 Charts Support

Beyond Oracle APEX 4.1…

Page 25: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

AQ&

Page 26: Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.

<Insert Picture Here>


Recommended