Introduction to Apex Jon Barwell – Solutions Architect (Celesio Group (UK))

Slides:



Advertisements
Similar presentations
1 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Advertisements

Oracle Application Express Rapid Application Development Tool
1 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Claudiu Barbieru Tudor Calistru
Extending Oracle E-Business Suite Release 12
© 2010 Oracle Corporation The following is intended to outline our general product direction. It is intended for information purposes only, and may not.
Oracle BPEL, How To Get Ready For It OpenWorld 2007 Sunday, November 11.
Oracle SQL Developer & Oracle Application Express Future Direction
Oracle Application Express 5
APEX & SOA Best of two worlds. Who am I? Michel van Zoest Consultant at Whitehorses BV Application Express Certified Expert SOA Suite Certified Specialist.
Presented by IBM developer Works ibm.com/developerworks/ 2006 January – April © 2006 IBM Corporation. Making the most of The Eclipse Web Tools Platform.
1. Application Express The following is intended to outline our general product direction. It is intended for information purposes only, and may.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 2 Hidden Gems of APEX David Gale Software Engineer Oracle Application Express November,
Oracle Products Overview Internet Computing Indrek Peenmaa Sales Consultant Oracle Corporation
Oracle Application Express Architecture
UNIT4 BUSINESS ANALYTICS. page WHAT IS THE PRODUCT? 2 A business intelligence tool kit, specializing in Coporate Performance Management An application.
Oracle Application Express Summary. © 2009 Oracle Corporation Oracle APEX Roadmap APEX Introduced Interactive Reports Basis for Audit Vault Reporting.
Project Implementation for COSC 5050 Distributed Database Applications Lab1.
Any host All components deployed to SharePoint Client side code App Web created for app Wrapper deployed to SharePoint Components deployed to.
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
Application Express 4.1 New Features Hilary Farrell, Principal Member of Technical Staff, Oracle.
HTML5 GAMING By Scott Benton. HTML5 New HTML Standard Previous Version of HTML, HTML 4.01, Released in 1999 Not an Official Standard Yet No Browsers Have.
1 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Oracle Application Express (Oracle APEX)
DYNAMICS CRM AS AN xRM DEVELOPMENT PLATFORM Jim Novak Solution Architect Celedon Partners, LLC
Easy HTML DB. Michael Cunningham Developer/Database Administrator.
VS.NET Syllabus By Peter Huang.
Oracle Application Express 3.0 Joel R. Kallman Software Development Manager.
1 Copyright © 2004, Oracle. All rights reserved. Introduction to Oracle Forms Developer and Oracle Forms Services.
The following is intended to outline Oracle’s general product direction. It is intended for information purposes only, and may not be incorporated into.
Oracle Application Express (Oracle APEX), formerly called HTML DB, is a Free rapid web application development tool for the Oracle database.
Integrating CM Receipt to Oracle Apps Using Apex and Webservices Anthony Vendhan Sami Vellaiyan Jan 21, 2008.
Oracle Application Express 4.0. © 2009 Oracle Corporation The following is intended to outline our general product direction. It is intended for information.
Slide 1 of 461 APEX Single Sign On Anton Nielsen
WINS Data provides customized software solutions, web development, client-server applications using all major up-to-date technologies. We have experience.
I Copyright © 2004, Oracle. All rights reserved. Introduction Copyright © 2004, Oracle. All rights reserved.
Release 11i Workshops Dallas, TX Raleigh, NC Denver, CO Atlanta, GA Detroit, MI Tim Sharpe Oracle E-Business Suite Release 11i Discoverer.
11 Copyright س Oracle Corporation, All rights reserved. ® Overview of PL/SQL.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Copyright 2012 PITSS America LLC 1 Protect, Extend, and Evolve – Start Preparing Your Oracle Forms & Reports Application For The Future!
CERN - IT Department CH-1211 Genève 23 Switzerland t DB Development Tools Benthic SQL Developer Application Express WLCG Service Reliability.
1Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Rich Web Applications for the Enterprise... Creating RWA from Your Oracle Database Presented By: John Krahulec Bizwhazee SEOUC Charlotte February 2009.
SDMX IT Tools SDMX Reference Infrastructure
Terramatch Manager An Oracle Application Express Application for Data Management Bryan Teahan.
2 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. BI Publisher: Technology and Architecture.
Architecture Overview Server Database (can be on the server or separate ) Client1 Client2 Client3 HTTP  View ppt notes pages for discussion!
Live Mobile and Cloud Hacking by ACEs OGh | Fusion Middleware Experience (FME) 16-feb :45 – 16:45.
Mobile Application Development Kevin Payne & Andi Saputra JWH Group.
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1.
Rich Internet Applications. 1 Spectrum of Internet Solution Simple HTML Broad Reach Browsing Oriented Content & Documents Rich Content Highly Interactive.
What is Power BI? Report Like a Rock Star 2 Introductions Mark Jensen, Director of Product Management, InterDyn BMI Started w/GPA for DOS Tech Support.
We Optimize. You Capitalize Software Development Services
Introduction to Oracle Forms Developer and Oracle Forms Services
Microsoft Certification Paths
Angular 4 + TypeScript Getting Started
Introduction to Oracle Forms Developer and Oracle Forms Services
Introduction to Oracle Forms Developer and Oracle Forms Services
Fast App Creation with APEX Blueprints
Migrating Oracle Forms Using Oracle Application Express
SYSTEMART, LLC We Optimize. You Capitalize Software Application Development
Beginning Object-Oriented Web Design
Oracle Application Express
MBUG 2018 Session Title: Banner Extensibility - Page Builder
Lecture 1: Multi-tier Architecture Overview
Microsoft Certification Paths
Oracle Application Express Rapid Application Development Tool
Introduction to Portal for ArcGIS
MBUG 2019 Session Title: Banner Extensibility - Page Builder
Presentation transcript:

Introduction to Apex Jon Barwell – Solutions Architect (Celesio Group (UK))

What is Oracle Application Express? Oracle’s primary tool for building Web Applications with SQL and PL/SQL Very scalable and secure – a component of the Oracle DB Develop Desktop and Mobile applications No cost, supported component of the Oracle Database 100% Browser-based Development and Runtime On premise, on laptop, on cloud, on RAC, any platform Oracle DB is available on

Apex History HTML DB 1.5  First Release HTML DB 1.6  Themes Apex 2.1  Oracle XE Apex 2.2  Packaged Applications Apex 3.1  Interactive Reports HTML DB 2.0  SQL Workshop Apex 3.0  Flash Charts  PDF Printing  Access Migration Apex 3.2  Oracle Forms to APEX Conversion Apex 4.1  Data Upload  Error Handling  ROWID Apex 4.2  Mobile  HTML5  Packaged Apps Apex 4.0  Websheets  Dynamic Actions  Plug-Ins  Team Development Apex 5.0  Page Designer  Universal Theme

Architecture Oracle Database (10g onwards) SE1, SE, EE (also XE)

Oracle REST Data Services –J2EE based alternative to Oracle HTTP Server –Certified Application Servers – Glassfish, WebLogic, Tomcat Web Server Architecture Variants

Requirements Costs –Oracle Database Licence –Application Server (optional) Skills –Database Design (Essential) –Oracle Database Concepts (Essential) –SQL (Mandatory) –PLSQL (Optional) –Javascript (Optional) –HTML & CSS (Optional) HTML5 CSS3 –Apex Application Builder (Essential)

Demo

Design Guidelines Use the declarative features of APEX as much as possible, don't write code. When you need to venture outside the declarative features of APEX and you need to write code in PL/SQL, be smart about it. Avoid huge sections of JavaScript and use Dynamic Actions wherever possible. APEX is just a thin veneer over your database - architect your APEX applications as such. Joel Kallman – Director of Software Development (Apex)

When Should I Use Apex? Bespoke Application Development Rapid and Agile Development Graphical representation of data (Charts) Extend Oracle E-Business Suite functionality Oracle Discoverer Replacement Cost effective Business Intelligence Access remote data sources and Services using Oracle REST Data Services Oracle Forms & Reports - complement/replacement

Additional Features of Apex Environment SQL Workshop Team Development Packaged Applications