chrisonoracle
A blog about Application Express and Oracle related topics.
Monthly Archives: May 2011
How to create an APEX 4.1 authorization plugin
Posted by on May 9, 2011
The EA1 for APEX 4.1 is out, so people are trying to use what we built for the last months, hopefully with success. Building Authorization Plugins was one of my tasks. The new plugin architecture allows developers to build authorizations in a declarative way, instead of copying and pasting SQL and PL/SQL code. Here’s a small walkthrough on how [...]