After the Keynote about “Oracle Database 23c – the developers release!” by Connor Mc Donald where he presented all the newest features of Oracle 23c Developer release, I decided to attend presentations on following topics:
– APEX hidden gems – Template Directives
– Authentication management over many applications
– Futuristic SQL: Making the Impossible Possible
– APEX-Item-Plugin Development for Forms and Interactive Grids
– Deconstructing the APEX Application Development Lifecycle Paper
– APEX Page Items in details

Beside the presentations I also had the privilege to have a 1:1 session with Florian Grasshoff from the APEX development Team as well as Connor Mc Donald.

APEX hidden gems – Template Directives

The introduction of Universal Tehem was a game changer in the way APEX is managing the UI by using Default settings, Theme Styles and Templates.
Until now the way to make templates dynamic was usage of specific JavaScript frameworks.
Changing the the display of APEX applications can be done by manipulating HTML in SQL, by processors, by template manipulation (i.e. AOP Angular expression) or by template directives. The template directives allow to add HTML expressions on columns which simplifies SQL, is more secure and improves performance.
The directives can also be used in e-mail templates.
With APEX 23.1 and the introduction of Template Components there is an additional way to change templates from any kind of display you could find in the internet as they are flexible plug-inswhich can even be cascaded.
Sound like limits have been pushed further…

Authentication management over many applications

With a growing number of APEX applications combined with a growing number of users, the Authentication needs to be revisited. So from standard APEX authentication with standard roles it must move to SSO and central role management in order to make it easier for developers and for the business to manage access.
The solution presented is based on Social Sign-in Authentication scheme combined with role management base on tables within a database a packages for the manipulation.
Thus a specific landing page could be created to give end user access to only the applications they need from a central point.
Also the user access management is done with an APEX application.

Futuristic SQL: Making the Impossible Possible

To track sport performances, shopping distribution or car refueling different types of functions can be used in the Oracle database in order to improve the SQL.
Here the list of the ones presented:
– ROLLUP
– CUBE
– GROUPING SETS
– PARTITION BY
– RANK
– MAX
– KEEP
– WITH
– AVG
– MATCH_RECONIZE
– LISTAGG
– SQL Macro
– ROW_NUMBER
– OVER
– CELL with MODEL
In fact non of these a futuristic, as except SQL Macro which is 3 years old, most are available for 9 years and even more that 20 years. Please check the Oracle DB documentation to know more about those very useful tools.

APEX-Item-Plugin Development for Forms and Interactive Grids

The main advantage of Plug-ins is that they are reusable. But development effort must be considered as well as security and compatibility when it comes to third party plug-ins.
Development of APEX Plug-ins requires knowledge in at least following domains:
– PL/SQL
– HTML5
– JavaScript / CSS
Plug-ins are defined in Shared components and the keys elements to know and implement are the callbacks whether it is about Render procedure, Metadata, AJAX or Validations.
Item plug-ins can be used for Page items as well as Interactive Grid columns.
An example was given with an Item plug-in rendering QR codes.

Deconstructing the APEX Application Development Lifecycle Paper

The last version of the APEX Application Development Lifecycle Paper was released in October 2022. It provides guidelines on the lifecycle management for APEX applications.
Use of tools like GIT, liquibase (for database changes management), SQLcl (for the APEX application export/import) and testing tools like cypress for the UI and utPLSQL for the DB code.
I would recommand , in addition to have a look at LCT tool for the UI testing which was presented in another session.

APEX Page Items in details

Page items are part of APEX since the beginning. Some have been added, some have been replaced, but most have evolved. The following items have been presented with their main changes:
– Textfield
– Date Picker (also changing with APEX 23.1)
– Textarea
– Select List
– Autocomplete
– Popup LOV
– Checkbox
– Checkbox Group
– Radio Group
Don’t hesitate to check back in the documentation or the inline help about new/modified features of the page items.

That was the final day of APEX Connect 2023 conference. Great organization, great presentations and great people.
Hope to see all again on APEX Connect 2024 for the 10th anniversary of the conference.
How about you? Are you planning to join?