The Oracle APEX Community at-a-glance:

Size: px
Start display at page:

Download "The Oracle APEX Community at-a-glance:"

Transcription

1 APEX New Features Overview 2 Evolution of APEX Community The Oracle APEX Community at-a-glance: 400,000+ APEX developers world-wide 20+ APEX hosting companies 100+ active blogs 30+ commercial applications 35+ APEX books 15+ customer success stories 35+ customer quotes 3 4

2 apex.world Built with Showcases several public-facing sites developed with Oracle APEX Site built and maintained by the APEX community Plug-Ins Over 100 sites; more being added Slack Channels Twitter Feed News Jobs Conferences Meetups 5 6 Links Oracle APEX Highlights Oracle Technology Network No-cost fully supported feature of the Oracle Database Any number of developers, apps, & end-users Fully supported by dedicated Oracle Support team APEX Community Database releases supported: 11gR1, 11gR2, 12c Database editions supported: EE, SE, SE1, XE Free Hosted Instance of APEX Easy to install Included by default with all editions of Oracle Database Download latest release from APEX Cloud Service Included with Oracle Cloud Services Exadata Express & Schema services 5, 20, 50 GB Dedicated DBaaS services No cost evaluation 7 8

3 APEX 18.1 From 5.1 to 18.1 APEX is adopting the new versions scheme that the Oracle Database team has set forth Year of Release Release Number Patch Number 9 10 APEX 18.1 Currently in Early Adopter phase Typically two revisions Revision 2 started on March 12th, 2018 Production best guess is sometime in April/May 2018 Try it out yourself: Requires an OTN account (free) Anything you do there will die there APEX 18.1 Create Application Wizard OAuth2 Authentication Interactive Grid Page Designer REST Enabled SQL Web Sources RESTful Services Mobile Support Miscellaneous Items External Libraries Packaged Applications JavaScript API Docs Tree Region Universal Theme Spotlight Search Text Message Substitution Developer Toolbar Advisor 11 12

4 Create Application Wizard Create Application Wizard New low code Create Application wizard Replacement for current create application wizard Provides quick creation of complex pages Dashboards, Filter Reports, Master-Detail, etc Create Application Wizard Ability to add complete & complex features that provide commonly requested/required functionality Simply select each feature that is needed Blueprints Once an application is configured with the new wizard, a blueprint of that application can be extracted in JSON format JSON document can then be edited to make changes and re-loaded to same or different workspace 15 16

5 Demo: Create Application Wizard OAuth2 Authentication OAuth2 Authentication APEX now supports native OAuth2-based Authentication Can be used for APEX Workspaces or APEX Applications Four options out of the box: OpenID Connect Provider Generic OAuth2 Provider Google Facebook Credentials New shared component: Credentials This is where you store the Client ID & Client Secret Two Types: OAuth2 Client Credentials Flow Basic Authentication Used with OAuth2 Authentication Schemes Determined by the provider (Google, Facebook, etc.) 19 20

6 Gatekeeper When using a Social Sign-In Authentication Scheme, any valid user will be able to login to your application Thus, all of Facebook, Google, etc. Must also consider a gatekeeper authorization scheme applied to the application Need to determine how to manage the list of authorized users Account for users who will change their user name Demo: OAuth2 Authentication Interactive Grids Interactive Grids Interactive Reports will eventually be replaced by Interactive Grids No timeline; best guess is 2+ major releases Will be migration path provided at that point Goal in APEX 18.1 is to provide IGs with all current IR functionality to bring them up to speed 23 24

7 Copy Down & Copy to Clipboard Copy Down support and range selection Actions > Selection sub menu (Fill and Clear) Copy to Clipboard For row or cell range selections Stretch Column Widths User configureable report setting Actions > Format > Stretch Column Widths Column attribute Stretch provides declarative control over how the column width will stretch to fill available space or not Dynamic Actions New Interactive Grid Dynamic Action events Mode Change Page Change Report Change Save Interactive Grids - New Features Documented PL/SQL API APEX_IG Supported API to manage IG Public JavaScript widget APIs Supported JavaScript APIs to interact with IG 27 28

8 Demo: Interactive Grids Page Designer Page Designer Legacy Component View is gone in 18.1 Individual edit pages removed Reports will link to Page Designer Create Region wizards invoked from Page Designer Embedded Component View will live And go through a re-design Full Page Designer support for Shared Components Post 18.1 UI Enhancements Cleaner user interface 31 32

9 Page Designer Sticky Filters Set a filter to persist or stick in the Property Editor Won t change as you select different components Anchor Addition of Anchor attribute for link property types UI Enhancements Better Zoom Increase/Decrease size of displayed data Remove various buttons Show/Hide all Expand/Collapse all Goto Group Demo: Page Designer REST Enabled SQL 35 36

10 REST Enabled SQL Execute SQL or PL/SQL on a remote database via ORDS & REST Requires: ORDS with ad-hoc SQL Runner Connection pool configured for target database Similar to a database link, but with JSON Goal is to extend this to reports, charts, forms, calendars, etc. REST Enabled SQL How it works: Submit SQL to execute ORDS 1 receives and dispatches to ORDS 2 ORDS 2 uses ad-hoc SQL Runner to generate results ORDS 2 then returns a self-describing result set to APEX APEX then builds a SQL statement against the JSON data set Report is rendered and user is none the wiser REST Enabled SQL Web Sources Browser ORDS 1 APEX & DB ORDS 2 JDBC ORDS 3 JDBC 39 40

11 Web Sources New declarative data source based on external RESTful APIs & JSON data feeds Stored as Shared Components Can be used as the source of: Interactive Reports Interactive Grids Charts Forms Calendar Existing Web Service References will be migrated Web Sources APEX can automatically discover and maintain the Data Profile of a Web Source Or you can do it manually for more complex web services Can apply transformations to incoming data Support for all popular methods (GET, POST, PUT, etc.) Data Profile The Data Profile maps Oracle datatypes to web service data Mappings can be managed and changed based on need Possible to derive columns Example: convert epoch time (number) to Oracle date (date) Support for arrays Set Contains Single Row to No and provide a Row Selector Data Profile 43 44

12 Web Sources API Web Sources can also be called via the APEX_EXEC API via PL/SQL No specifics on how right now Demo: Web Sources RESTful Services RESTful Services Consolidates APEX & ORDS based REST services into a single location Which is ORDS RESTful Services defined in APEX 18.1 will now show up in SQL Developer and vice versa Ending a lot of confusion that developers had 47 48

13 RESTful Services Depending on the version of ORDS, you will see/be able to do different things ORDS Pre See and create new APEX RESTful web services ORDS w/apex-based RESTful services APEX-based RESTful web services are read only Can be easily migrated to ORDS-based where they will be read/ write ORDS w/no APEX-based RESTful services Only be able to access the ORDS-based console New ORDS-based console New ORDS-based console Module, Template & Handler pages all get a refresh Left-side tree used for navigation No right-click context - yet New Features No longer are RESTful services tied to the first schema associated with a workspace Option to select schema is available Swagger Doc for Modules ORDS functionality for this is available via APEX Instance setting for a Swagger UI server Protected Services Modules have an indicator as to whether or not they require authentication Report also available for all modules 51 52

14 Demo: RESTful Services Mobile Support Mobile Support jquery Mobile interface will be de-supported in APEX 18.1 Here s why: Latest stable version of jquery Mobile dates back to October 2014 Oracle JET requires jquery 3.2 jquery Mobile does not work with jquery 3.2 Thus, to continue to use Oracle JET, jquery Mobile has to be removed Mobile Support APEX Applications that use jquery Mobile will need to be migrated to the Universal Theme To compensate, changes are being made to the Universal Theme to pick up the slack This way, the APEX team will have 100% control over the UI of all APEX applications - desktop & mobile Example: List View Region is now available in the Desktop UI Expect to see more Oracle JET components to assist with mobile 55 56

15 Mobile Support - New Regions Reflow Report Columns will re-organize from traditional style to a single column when displayed on a phone Column Toggle Report End user can select which columns to display Mobile Support & Universal Theme Universal Theme also enhanced for better mobile support New navigation tabs Ability to stick buttons on bottom of screen Swipe support for carousel Compact breadcrumbs Declarative touch events with DAs Demo: Mobile Support Miscellaneous 59 60

16 Miscellaneous Items External Libraries Packaged Applications JavaScript API Docs Tree Region Universal Theme Spotlight Search Text Message Substitution Developer Toolbar Advisor Items New Auto-Complete item Based on Oracle JET Input Search component Better DA support & usability Responsive Rich Text Editor Oracle JET Oracle JET version 4.1 Enhanced chart types New item types More details on JET: Oracle JET Visualizations New chart/visualization types: Box Plot Pyramid Gantt Updated Sample Charts application Found in packaged applications 63 64

17 Oracle JET Items Text with Autocomplete Replaced older jquery based one jquery & Others jquery 3.2 jquery UI Full Calendar Remove jstree Replace with new APEX tree widget jstree-based Trees will be automatically converted Packaged Applications No new ones Minor enhancements to existing ones to account for APEX 18.1 new features APEX JavaScript API Docs Preview of long-awaited APEX JavaScript API Documentation Can currently be viewed only here: static/v108/jsdoc/index.html Subject to change as EAs are revised 67 68

18 Tree Region New JavaScript Initialization Code Added Default Icon attribute Allows Icon Type to be empty (without forcing a-icon). Improved Page Designer help text for all attributes Support Dynamic Action Event Selection Change Advanced Config option (nodeselector) to support checkbox selection Tree region now supports the apex.region API Copy selection to clipboard Universal Theme Floating Labels for Items Font APEX 2 Automatic icon size based on template Several improvements for mobile + small screens Refinements + polish across UT components Badge List can be square or circle "Automatically" hide pagination when not needed with Template Option Refreshed "Vita" theme style with dark gray left side nav menu Number of accessibility fixes Improved card styles (with new block style) APEX Spotlight Search Activate with CTRL + or clicking Search Once activated, results will change based on what you type Jump to applications and pages Jump to shared components or a type of shared component Focus on a page component Text Message Substitutions Enhanced ability to get a message Use the following syntax: v('app_text$my_message') For translations: v('app_text$my_message$xx') Where XX is the 2-letter country code of the language Same syntax is also available via apex.util.applytemplate Javascript API 71 72

19 Developer Toolbar JavaScript Error indicator Red icon will display where there are errors in the JavaScript console Developer Toolbar Page Timing information Page Info > Show Page Timing APEX Advisor New checks in the APEX Advisor Performance User Interface includes compatibility JavaScript Accessibility Theme Style tested for accessibility Page has page title Region has Row Header Chart type supports accessibility Page item has label Page item does not cause an unexpected context change Display Image item has image ALT text defined Deprecated/Desupported Features 75 76

20 Deprecated & Desupported Features Deprecated Deprecated features are features which Oracle plans to desupport or remove in a future release of Oracle Application Express Desupported Desupported features are no longer available Deprecated Features Deprecated Features jquery Flot and Flot Plug-ins Deprecated Packaged Applications have also been updated to remove Flot Line, Flot Bar, and Flot Pie chart plug-ins Update any usage of those charts to new JET-based charts APEX_ERROR.GET_ARIA_ERROR_ATTRIBUTES Function Replace with apex_plugin_util.get_element_attributes Deprecated Features Deprecated / Desupported JavaScript Functions Any function in legacy.js should not be referenced Option to include Legacy Javasript is available via Shared Components > User Interfaces External Processing in Classic Report Deprecated APEX_UTIL.STRING_TO_TABLE & APEX_UTIL.TABLE_TO_STRING Functions Deprecated Use APEX_STRING.STRING_TO_TABLE & APEX_STRING.TABLE_TO_STRING instead 79 80

21 Desupported Features Desupported Features Removed Packaged Applications QuickSQL & REST Client Assistant Removal of Outdated Third Party Libraries Versions jstree Desupported Features Several Conditions - Server-Side, Read Only & Server Cache & Link Conditions - will no longer be available CGI_ENV Client Browser SQL Reports Current Page =/!= Page Submitted (posted) Text =/!= Value Text is/is NOT contained in Value/Item Always (server cache & link condition) See release notes for specifics and workarounds Desupported Features Component View The Component View tab in page designer will still be supported APEX_UTIL.SET_CURRENT_THEME_STYLE Replace with APEX_THEME.SET_CURRENT_STYLE Conditional File Loading for Microsoft Internet Explorer Themes 1 26 and Theme 50 Deprecated Time to change to the Universal Theme apex.server Plugin and Process Function Async Option Desupported 83 84

22 Desupported Features jquery Autocomplete and jstree Plugins are Desupported New APEX Tree is the replacement for the tree New JET-based Autocomplete is the replacement for the jquery-based Autocomplete Oracle strongly recommends that you update your applications to work with jquery 2.2.x without jquery migrate 1.4.x Old jquery Versions Desupported jquery versions 1.4.2, and are no longer used Desupported Features Legacy Chart Components Desupported Some legacy chart components are no longer supported (such as HTML Charts and SVG Charts) following the removal of Component View Because these legacy charts are not supported in Page Designer, app developers may be left with regions that they cannot edit. Customers with existing HTML and SVG charts are automatically upgraded to the latest version of JET charts, in the following ways: When you upgrade to Oracle Application Express 18.1 When you import an older app to Oracle Application Express Desupported Features Desupport of jquery Mobile and Mobile User Interface All new application development targeted at mobile devices should be done using the responsive Universal Theme. Existing mobile applications should be migrated to the Universal Theme prior to upgrading to Oracle Application Express release 18.1 Desupport of APEXExportSplitter Use the -split option in APEXExporter Summary 87 88

23 Summary APEX 18.1 delivers both minor changes and major new features Emphasis on web services integration is clear Built-in OAuth authentication shows commitment to publicfacing applications Minor updates to IG, Charts are also welcome Release date still TBD; likely April/May 2018 In the meantime, take the EA for a drive 89 90

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle Application Express 5.1

Oracle Application Express 5.1 Oracle Application Express 5.1 New Features [Name] [Title] December 2016 2 Agenda 1 2 3 4 5 6 7 Oracle Application Express Overview Interactive Grid Oracle JET Charts Universal Theme Productivity Improvements

More information

Oracle JET in Oracle APEX Marc Sewtz Senior Software Development Manager Oracle America, Inc. New York, NY

Oracle JET in Oracle APEX Marc Sewtz Senior Software Development Manager Oracle America, Inc. New York, NY Oracle JET in Oracle APEX 18.1 Marc Sewtz Senior Software Development Manager Oracle America, Inc. New York, NY Marc Sewtz Senior Software Development Manager Oracle Application Express / Database Tools

More information

Oracle APEX Overview. May, Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Oracle APEX Overview. May, Copyright 2018, Oracle and/or its affiliates. All rights reserved. Oracle APEX 18.1 Overview May, 2018 Copyright 2018, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Apex 5.1 Interactive Grid and Other New features

Apex 5.1 Interactive Grid and Other New features Apex 5.1 Interactive Grid and Other New features Presented by: John Jay King Download this paper from: 1 Session Objectives Become familiar with the new features of APEX 5.1 Learn how the Interactive Grid

More information

Oracle Application Express 5 New Features

Oracle Application Express 5 New Features Oracle Application Express 5 New Features 20th HrOUG conference October 16, 2015 Vladislav Uvarov Software Development Manager Database Server Technologies Division Copyright 2015, Oracle and/or its affiliates.

More information

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle Application Express 2 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Fully supported no-cost feature of Oracle

More information

Rapid Application Development with APEX 5.0

Rapid Application Development with APEX 5.0 Rapid Application Development with APEX 5.0 Anthony Rayner Principal Member of Technical Staff Oracle Application Express Oracle UK The following is intended to outline Oracle s general product direction.

More information

October Oracle Application Express Statement of Direction

October Oracle Application Express Statement of Direction October 2017 Oracle Application Express Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle.

More information

Oracle APEX 5.2 / The Golden Nuggets. Dietmar Aust Opal-Consulting, Köln

Oracle APEX 5.2 / The Golden Nuggets. Dietmar Aust Opal-Consulting, Köln 1 Oracle APEX 5.2 / 18.1 - The Golden Nuggets Dietmar Aust Opal-Consulting, Köln www.opal-consulting.de About Dietmar. 2 Dipl.-Inform. Dietmar Aust, Freelance Consultant Master's Degree in Computer Science

More information

I, J, K. Eclipse, 156

I, J, K. Eclipse, 156 Index A, B Android PhoneGap app, 158 deploying and running, 172 New Eclipse project, 158 Activity dialog, 162 application properties, 160 AVD, 170 configuration, 167 Launcher Icon dialog, 161 PhoneGap

More information

Oracle APEX 18.1 (aka 5.2) The Golden Nuggets. Dietmar Aust Opal-Consulting, Köln

Oracle APEX 18.1 (aka 5.2) The Golden Nuggets. Dietmar Aust Opal-Consulting, Köln 1 Oracle APEX 18.1 (aka 5.2) The Golden Nuggets Dietmar Aust Opal-Consulting, Köln www.opal-consulting.de About Dietmar. 2 Dipl.-Inform. Dietmar Aust, Freelance Consultant Master's Degree in Computer Science

More information

08/10/2018. Istanbul Now Platform User Interface

08/10/2018. Istanbul Now Platform User Interface 08/10/2018 Contents Contents...5 UI16... 9 Comparison of UI16 and UI15 styles... 11 Activate UI16... 15 Switch between UI16 and UI15...15 UI16 application navigator... 16 System settings for the user

More information

About these Release Notes

About these Release Notes Oracle Application Express Release Notes Release 5.1 E64906-06 March 2017 About these Release Notes These release notes contain important information not included in the Oracle Application Express documentation.

More information

Oracle Application Express

Oracle Application Express Oracle Application Express DOAG Regionaltreffen NRW March 26, 2014 Joel R. Kallman, Director, Software Development Oracle Application Express 1 Copyright 2014, Oracle and/or its affiliates. All rights

More information

An Oracle White Paper April Oracle Application Express 5.0 Overview

An Oracle White Paper April Oracle Application Express 5.0 Overview An Oracle White Paper April 2015 Oracle Application Express 5.0 Overview Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Oracle Application Express Workshop I Ed 2

Oracle Application Express Workshop I Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Application Express Workshop I Ed 2 Duration: 5 Days What you will learn This Oracle Application Express Workshop I Ed 2

More information

Going to the Grid: What the APEX 5.1 Interactive Grid Means or You and Your Users. Karen Cannell

Going to the Grid: What the APEX 5.1 Interactive Grid Means or You and Your Users. Karen Cannell Going to the Grid: What the APEX 5.1 Interactive Grid Means or You and Your Users Karen Cannell kcannell@thtechnology.com TH Technology Note to Early Slide Downloaders: I edit my slides frequently up to

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

TipsandTricks. Jeff Smith Senior Principal Product Database Tools, Oracle Corp

TipsandTricks. Jeff Smith Senior Principal Product Database Tools, Oracle Corp SQLDev TipsandTricks Jeff Smith Senior Principal Product Manager Jeff.d.smith@oracle.com @thatjeffsmith Database Tools, Oracle Corp Safe Harbor Statement The preceding is intended to outline our general

More information

Database Developers Forum APEX

Database Developers Forum APEX Database Developers Forum APEX 20.05.2014 Antonio Romero Marin, Aurelien Fernandes, Jose Rolland Lopez De Coca, Nikolay Tsvetkov, Zereyakob Makonnen, Zory Zaharieva BE-CO Contents Introduction to the Controls

More information

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Ribbons Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH Table of Contents Ribbons 4 File Management 6 Show Panel 8 Start Ribbon 12 Using the Explore

More information

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Ribbons Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH Table of Contents Ribbons 4 File Management 6 Show Panel 8 Start Ribbon 12 Using the Explore

More information

Eclipse Scout. Release Notes. Scout Team. Version 7.0

Eclipse Scout. Release Notes. Scout Team. Version 7.0 Eclipse Scout Release Notes Scout Team Version 7.0 Table of Contents About This Release.......................................................................... 1 Service Releases..........................................................................

More information

TIBCO LiveView Web New and Noteworthy

TIBCO LiveView Web New and Noteworthy TIBCO LiveView Web New and Noteworthy Introduction TIBCO LiveView Web is an HTML5 and WebSockets powered client application for visualizing data from TIBCO Live Datamart 2.1 servers. In LiveView Web (hereafter,

More information

Oracle Forms and Oracle APEX The Odd Couple

Oracle Forms and Oracle APEX The Odd Couple Oracle Forms and Oracle APEX The Odd Couple About me 2 Francis Mignault CTO and Co-founder, Insum Solutions 30+ years with Oracle DB, 14+ years with APEX. (Forms 2.3 / Oracle 5) Books: Expert Oracle Application

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

Oracle APEX 18.1 (aka 5.2) The Golden Nuggets. Dietmar Aust Opal-Consulting, Köln

Oracle APEX 18.1 (aka 5.2) The Golden Nuggets. Dietmar Aust Opal-Consulting, Köln 1 Oracle APEX 18.1 (aka 5.2) The Golden Nuggets Dietmar Aust Opal-Consulting, Köln www.opal-consulting.de About Dietmar. 2 Dipl.-Inform. Dietmar Aust, Freelance Consultant Master's Degree in Computer Science

More information

Wakanda Architecture. Wakanda is made up of three main components: Wakanda Server Wakanda Studio Wakanda Client Framework

Wakanda Architecture. Wakanda is made up of three main components: Wakanda Server Wakanda Studio Wakanda Client Framework Wakanda Architecture Wakanda is made up of three main components: Wakanda Server Wakanda Studio Wakanda Client Framework Note: For a more general overview of Wakanda, please see What is Wakanda?) Wakanda

More information

SQLDev. TipsandTricks. Jeff Smith Senior Principal Product Database Tools, Oracle Corp

SQLDev. TipsandTricks. Jeff Smith Senior Principal Product Database Tools, Oracle Corp SQLDev TipsandTricks Jeff Smith Senior Principal Product Manager Jeff.d.smith@oracle.com @thatjeffsmith Database Tools, Oracle Corp Not Just THAT SQLDev Guy Database Development Tools team Product manager/story

More information

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE AN AID TO ENABLE STUDENTS TO UNDERSTAND THE FUNDAMENTELS OF WEBSITE DESIGN WITHIN THE FRAMEWORK OF A WEBSITE PROJECT USING WEB DESIGN TOOLS YANNIS STEPHANOU

More information

User Guide. Version 1.0.2

User Guide. Version 1.0.2 Version 1.0.2 THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION, INFRAGISTCS, INC. DISCLAIMS ALL IMPLIED REPRESENTATIONS AND WARRANTIES,

More information

Product Questions Magento Extension

Product Questions Magento Extension Product Questions Magento Extension User Manual This is the user manual of Magento Product Questions v1.3.1 and was last updated on 23-12-2017. To see what this extension can do, go to the Magento Product

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13 Table of Contents Table of Contents 1-4 User Guide 5 Getting Started 6 Report Portal 6 Creating Your First Report 6-11 Previewing Reports 11-13 Previewing Reports in HTML5 Viewer 13-18 Report Concepts

More information

Kinetika. Help Guide

Kinetika. Help Guide Kinetika Help Guide 1 Hope you enjoy Kinetika theme! 3 Table of Contents Important Links 6 Theme Options - Setting Up Logo 26 Cover Photos 44 Applying Revolution Slider Slides 71 Important Notes 7 Logo

More information

How APEXBlogs was built

How APEXBlogs was built How APEXBlogs was built By Dimitri Gielis, APEX Evangelists Copyright 2011 Apex Evangelists apex-evangelists.com How APEXBlogs was built By Dimitri Gielis This article describes how and why APEXBlogs was

More information

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Oracle Hyperion 11.1.2.2 Tips and Tricks NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Agenda About Archetype What s New in 11.1.2.2: New User Interface Calculation Manager Manage Substitution

More information

End User s Guide Release 5.0

End User s Guide Release 5.0 [1]Oracle Application Express End User s Guide Release 5.0 E39146-04 August 2015 Oracle Application Express End User's Guide, Release 5.0 E39146-04 Copyright 2012, 2015, Oracle and/or its affiliates. All

More information

Imagination To Realization

Imagination To Realization Imagination To Realization Introduction to HTML DB (HOT) Presented by: Bih-Shya Gau SunGard Higher Education Monday, April 3, 2006 3:30 5:30 pm April 2-5 Orlando, Florida Session Rules of Etiquette Please

More information

DBAs can use Oracle Application Express? Why?

DBAs can use Oracle Application Express? Why? DBAs can use Oracle Application Express? Why? 20. Jubilarna HROUG Konferencija October 15, 2015 Joel R. Kallman Director, Software Development Oracle Application Express, Server Technologies Division Copyright

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

Oracle APEX 19.1 The Golden Nuggets. Dietmar Aust Opal-Consulting, Köln

Oracle APEX 19.1 The Golden Nuggets. Dietmar Aust Opal-Consulting, Köln 1 Oracle APEX 19.1 The Golden Nuggets Dietmar Aust Opal-Consulting, Köln www.opal-consulting.de About Dietmar. 2 Dipl.-Inform. Dietmar Aust, Freelance Consultant Master's Degree in Computer Science (MSCS)

More information

IEEE Wordpress Theme Documentation

IEEE Wordpress Theme Documentation IEEE Wordpress Theme Documentation Version 1.0.2 2014-05- 16 Table of Contents TABLE OF CONTENTS 2 INITIAL SETUP 3 FRONT PAGE 3 POSTS PAGE 4 CONTACT 5 SITE MAP 6 MENU 7 HOME PAGE 8 PAGE TEMPLATES 10 LEFT

More information

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML UI Course (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) HTML: Introduction The World Wide Web (WWW) and history of HTML Hypertext and Hypertext Markup Language Why HTML Prerequisites Objective

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

SQL Developer. 101: Features Overview. Jeff Smith Senior Principal Product Database Tools, Oracle Corp

SQL Developer. 101: Features Overview. Jeff Smith Senior Principal Product Database Tools, Oracle Corp SQL Developer 101: Features Overview Jeff Smith Senior Principal Product Manager Jeff.d.smith@oracle.com @thatjeffsmith Database Tools, Oracle Corp whoami a tools geek since 2001 that guy that blogs at

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Building Database-Centric Web Applications Using. Oracle HTML DB

Building Database-Centric Web Applications Using. Oracle HTML DB Building Database-Centric Web Applications Using Oracle HTML DB Wayne Abbott Practice Manager, Oracle University Session Objectives Overview of Oracle HTML DB Identify advantages of Oracle HTML DB for

More information

EBS Reports and Dashboards for the People and by the People

EBS Reports and Dashboards for the People and by the People EBS Reports and Dashboards for the People and by the People Patrick Cimolini Insum Abstract: Learn how to create flexible ad-hoc reports and dashboards by using Oracle Application Express (APEX) to present

More information

Getting started with Convertigo Mobilizer

Getting started with Convertigo Mobilizer Getting started with Convertigo Mobilizer First Sencha-based project tutorial CEMS 6.0.0 TABLE OF CONTENTS Convertigo Mobilizer overview...1 Introducing Convertigo Mobilizer... 1-1 Convertigo Mobilizer

More information

Rich Web UI made simple Building Data Dashboards without Code

Rich Web UI made simple Building Data Dashboards without Code Rich Web UI made simple Building Data Dashboards without Code Dana Singleterry http://blogs.oracle.com/dana Product Manager Oracle JDeveloper and Oracle ADF 2 Copyright 2012, Oracle and/or its affiliates.

More information

N/A. JSN PageBuilder 2 Configuration Manual Introduction. System Requirements. Product Usage. Joomla Requirements. Server Requirement

N/A. JSN PageBuilder 2 Configuration Manual Introduction. System Requirements. Product Usage. Joomla Requirements. Server Requirement JSN PageBuilder 2 Configuration Manual Introduction About JSN PageBuilder 3 JSN PageBuilder 3 is the latest innovation from Joomla! PageBuilder, with great improvements to the interface, features, and

More information

Manipulating Database Objects

Manipulating Database Objects Manipulating Database Objects Purpose This tutorial shows you how to manipulate database objects using Oracle Application Express. Time to Complete Approximately 30 minutes. Topics This tutorial covers

More information

User Guide. Product: GreenFolders. Version: 3.8

User Guide. Product: GreenFolders. Version: 3.8 User Guide Product: GreenFolders Version: 3.8 Release Date: October 2014 GreenFolders 3.8 User Guide Introduction Table of Contents 1 Introduction... 6 2 General Information... 7 2.1 Login Procedure...

More information

Operations Dashboard for ArcGIS Monitoring GIS Operations. Michele Lundeen Esri

Operations Dashboard for ArcGIS Monitoring GIS Operations. Michele Lundeen Esri Operations Dashboard for ArcGIS Monitoring GIS Operations Michele Lundeen Esri mlundeen@esri.com What is a dashboard? Conceptual term, can mean different things to different audiences Dashboards provide

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Configuring Ad hoc Reporting Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2012 Intellicus Technologies This document and its

More information

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions.

Learn how to login to Sitefinity and what possible errors you can get if you do not have proper permissions. USER GUIDE This guide is intended for users of all levels of expertise. The guide describes in detail Sitefinity user interface - from logging to completing a project. Use it to learn how to create pages

More information

Quick Start Guide. Visual Planning 6 New Features

Quick Start Guide. Visual Planning 6 New Features Visual Planning 6 New Features Contents Chapter 1. ADMIN CENTER... 3 1.1. Admin Center Dashboard... 3 1.2. Planner Menu... 3 1.3. Document storage and file navigator... 3 1.4. Connection history... 3 1.5.

More information

Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng. Your friend in the business.

Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng. Your friend in the business. Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng Your friend in the business. 1 Presenter Jamie Stokes Senior Director Oracle Technology Services Email: jstokes@smartdogservices.com LinkedIn:

More information

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA 1 Introduction to MapViewer & Tools for Your Business Apps and Mobile Devices Albert Godfrind Oracle Spatial Architect

More information

Using RESTfull services and remote SQL

Using RESTfull services and remote SQL Using RESTfull services and remote SQL from APEX Apex 18.15.2 EA2EA1 Agenda What is REST Using REST within APEX Web Source Modules Legacy Web Service References Build a Restful API for MySQL with NodeJS

More information

Read the Docs Template Documentation

Read the Docs Template Documentation Read the Docs Template Documentation Release 1.0 Read the Docs Jun 27, 2017 KNOWLEDGE BASE 1 Support 1 2 AdminExtra 3 2.1 Compatibility............................................... 3 2.2 Features..................................................

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

David Peake Product Manager Oracle Application Express. October Copyright 2013, Oracle and/or its affiliates. All rights reserved.

David Peake Product Manager Oracle Application Express. October Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle Application Express 5.0 Page Designer David Peake Product Manager Oracle Application Express October 2013 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. The following is intended

More information

Kendo UI. Builder by Progress : What's New

Kendo UI. Builder by Progress : What's New Kendo UI Builder by Progress : What's New Copyright 2017 Telerik AD. All rights reserved. July 2017 Last updated with new content: Version 2.0 Updated: 2017/07/13 3 Copyright 4 Contents Table of Contents

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

Grid Essentials. APEX 18.1 Interactive Grids. Karen Cannell TH Technology

Grid Essentials. APEX 18.1 Interactive Grids. Karen Cannell TH Technology Grid Essentials APEX 18.1 Interactive Grids Karen Cannell kcannell@thtechnology.com TH Technology About Me TH Technology Oracle Consulting Services, APEX Focus Mechanical/SW Engineer - Analyzed, designed,

More information

NETZONE CMS User Guide Copyright Tomahawk

NETZONE CMS User Guide Copyright Tomahawk NETZONE CMS User Guide Copyright 2015. Tomahawk 1 Phone: + 64 9 522 2333 Email: getintouch@tomahawk.co.nz Tomahawk 2015 www.tomahawk.co.nz 2 NETZONE CMS USER GUIDE WHAT YOU LL FIND INSIDE LOGGING IN 4

More information

What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1

What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1 What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1 2010 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective

More information

JSN PageBuilder 2 User Manual

JSN PageBuilder 2 User Manual JSN PageBuilder 2 User Manual Introduction About JSN PageBuilder 2 JSN PageBuilder 2 is the latest innovation of Joomla PageBuilder with great improvements in terms of design, features, and user experience.

More information

Modern SharePoint and Office 365 Development

Modern SharePoint and Office 365 Development Modern SharePoint and Office 365 Development Mastering Today s Best Practices in Web and Mobile Development Course Code Audience Format Length Course Description Student Prerequisites MSD365 Professional

More information

OU Mashup V2. Display Page

OU Mashup V2. Display Page OU Mashup V2 OU Mashup v2 is the new iteration of OU Mashup. All instances of OU Mashup implemented in 2018 and onwards are v2. Its main advantages include: The ability to add multiple accounts per social

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Upgrade Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Upgrade Guide Adobe Document Cloud esign Services for Salesforce Version 17 Upgrade Guide 2015 Adobe Systems Incorporated. All Rights Reserved. Last Updated: August 25, 2015 Table of Contents Upgrading from a previous

More information

Cherwell Service Management

Cherwell Service Management Version 9.1.0 April 2017 Legal Notices Cherwell Software, LLC 2017 All Rights Reserved. Cherwell and the Cherwell logo are trademarks owned by Cherwell Software, LLC and are registered and/or used in the

More information

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions A Very Warm Welcome to the Exciting World of Computers Let s get Started It s easy with my Step- by-step Instructions This lesson is all about getting to know your Main Menu Bar at the top of your screen.

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

Cumulus 11.0 Release Notes

Cumulus 11.0 Release Notes The Cumulus version 11.0 is a major release with new features and bug fixes that improves all Cumulus products, including Workgroup, Enterprise,, and. With this release, Canto s Cumulus is now more efficient

More information

Mockup Step-by-Step Guide

Mockup Step-by-Step Guide Guide CONTENTS Contents... 1 Overview... 2 Key Takeaways... 2 Mockup User Interface... 3 Mockup Toolbar... 3 Options... 3 General Options... 4 Float Properties Popup... 4 Creating a Mockup... 6 Opening

More information

Exploring SharePoint Designer

Exploring SharePoint Designer Exploring SharePoint Designer Microsoft Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007 are large and sophisticated web applications. It should come as no surprise, therefore,

More information

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY

VERSION JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY VERSION 2015.1 JANUARY 19, 2015 TEST STUDIO QUICK-START GUIDE STANDALONE & VISUAL STUDIO PLUG-IN TELERIK A PROGRESS COMPANY TEST STUDIO QUICK-START GUIDE CONTENTS Create your First Test.2 Standalone Web

More information

What is Standard APEX? TOOLBOX FLAT DESIGN CARTOON PEOPLE

What is Standard APEX? TOOLBOX FLAT DESIGN CARTOON PEOPLE What is Standard APEX? TOOLBOX FLAT DESIGN CARTOON PEOPLE About me Freelancer since 2010 Consulting and development Oracle databases APEX BI Blog: APEX-AT-WORK Twitter: @tobias_arnhold - Oracle ACE Associate

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Open-Xchange App Suite Release v Feature Overview

Open-Xchange App Suite Release v Feature Overview Open-Xchange App Suite Release v7.8.4 Feature Overview 1 OX App Suite v7.8.4... 4 1.1 The Purpose of This Document... 4 1.2 Key Benefits of OX App Suite v7.8.4... 4 2 General Improvements and Design Changes...

More information

SugarCRM Jumpstart Project Team Training. Technology Advisors, Inc.

SugarCRM Jumpstart Project Team Training. Technology Advisors, Inc. SugarCRM Jumpstart Project Team Training Technology Advisors, Inc. Goal Provide Project Team with necessary background to understand standard SugarCRM functionality in order to make informed decisions

More information

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018

TeamViewer User Guide for Microsoft Dynamics CRM. Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 TeamViewer User Guide for Microsoft Dynamics CRM Document Information Version: 0.5 Version Release Date : 20 th Feb 2018 1 P a g e Table of Contents TeamViewer User Guide for Microsoft Dynamics CRM 1 Audience

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material Data Warehouse www.rpi.edu/datawarehouse Brio 101 Training Course Presentation and Reference Material Day 1 Agenda Training Overview Data Warehouse and Business Intelligence Basics The Brio Environment

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

Release Notes (Build )

Release Notes (Build ) Release Notes (Build 6.0.4660) New to this build (6.0.4660) New in build 6.0.4490 New in build 6.0.4434 OneWeb CMS 6 features Additional enhancements Changes Fixed Known Issues New to this build (6.0.4660)

More information

The main differences with other open source reporting solutions such as JasperReports or mondrian are:

The main differences with other open source reporting solutions such as JasperReports or mondrian are: WYSIWYG Reporting Including Introduction: Content at a glance. Create A New Report: Steps to start the creation of a new report. Manage Data Blocks: Add, edit or remove data blocks in a report. General

More information

Course Details. Skills Gained. Who Can Benefit. Prerequisites. View Online URL:

Course Details. Skills Gained. Who Can Benefit. Prerequisites. View Online URL: Specialized - Mastering jquery Code: Lengt h: URL: TT4665 4 days View Online Mastering jquery provides an introduction to and experience working with the JavaScript programming language in the environment

More information

Teamcenter Mobility Product decisions, anywhere, anytime. Features. Siemens AG All Rights Reserved.

Teamcenter Mobility Product decisions, anywhere, anytime. Features. Siemens AG All Rights Reserved. Teamcenter Mobility Product decisions, anywhere, anytime Features Settings App settings are located in the ipad Settings application. Page 2 Settings Toggles in the Settings pane allow you to hide tabs

More information