WRWalid Rashadinwalidrashad.hashnode.dev·Apr 11 · 3 min readOracle Apex Ajax Callback Simple Example.1- The Full Flow of the Example What apex_json Does in Oracle APEX apex_json is a built-in Oracle APEX package that builds and sends a JSON response back to the browser during an AJAX call. JavaScrip10
WRWalid Rashadinwalidrashad.hashnode.dev·Apr 10 · 6 min readMastering REST API Integrations in Oracle APEX.For a long time, Oracle databases were treated as impenetrable fortresses. They were excellent at storing and processing data internally, but getting them to talk to the outside world—to trigger a Sla00
WRWalid Rashadinwalidrashad.hashnode.dev·Apr 8 · 6 min readBeyond the Defaults: Mastering Oracle APEX Utility Classes for Modern UI/UX.There is a persistent myth in the web development world that Oracle APEX applications are destined to look like clunky, early-2000s enterprise portals. If your app looks outdated, it isn’t the framewo00
WRWalid Rashadinwalidrashad.hashnode.dev·Apr 8 · 4 min readDemystifying apex.server.process : The Ultimate Guide to Asynchronous APEX.If you are building modern applications, your users expect immediate, uninterrupted feedback. Every time a user has to wait for a full page reload just to validate a field or fetch a dependent value, 00
WRWalid Rashadinwalidrashad.hashnode.dev·Apr 6 · 5 min readStop Hitting Your Live Tables: Mastering APEX Collections for Complex Wizards and Temporary Data.If you’ve spent enough time building enterprise applications in Oracle APEX, you’ve inevitably run into this scenario: You need to guide a user through a complex, multi-step wizard—perhaps a bulk fina00