March 2025
Building an Oracle APEX Plugin: A Deep Dive, part 3
Now we need to move on to the JavaScript portion, which forms the core of our proposal: replacing the item's default validation with a fully customized solution tailored to our specific requirements. This step is [...]
Building an Oracle APEX Plugin: A Deep Dive, part 2
In our previous article, we briefly introduced custom attributes, but you might be wondering—what exactly are they and why do they matter? Custom attributes in Oracle APEX plugins are user-defined settings that empower developers to [...]
Building an Oracle APEX Plugin: A Deep Dive, part 1
Oracle APEX plugins are a powerful way to extend the platform’s functionality, allowing developers to create custom behaviors, components, and validations tailored to specific needs. In this post, we’ll guide you step by step through [...]
JS Manipulations for APEX regions (Interactive Grid)
Introduction Oracle APEX provides built-in dynamic actions that allow developers to perform basic interactions without writing custom JavaScript. These actions can be triggered by events such as clicking a button, changing the value of a [...]
Customizing Validations in Oracle APEX: Overriding Rules with JavaScript
Oracle APEX is an incredibly powerful platform for building web applications, and one of its standout features is the ability to create custom plugins. This post explores an introductory example of implementing custom validation logic [...]
February 2025
Simplify and Optimize: The Path from Oracle Forms to Oracle APEX.
Oracle Forms: Past, Present, and Future Oracle Forms remains a critical component of many companies' IT infrastructure. However, its technology is undeniably aging, and Oracle is gradually shifting focus toward modern alternatives. Instead, Oracle APEX [...]