资 源 简 介
Summary
ApexGen is a utility to generate Oracle Application Express (Apex) pages and page components based on a PL/SQL API, in a fraction of the time it takes to manually create report and form pages. ApexGen is released as open source under a BSD license.
Introduction
I love Oracle Application Express and its declarative, metadata-driven approach to application development. But after the initial excitement, I quickly became bored with the tedious process of setting up reports and forms manually. There is typically a lot of clicking around to change the wizard-generated pages and components and the developer has to wait for pages to reload every time changes are saved in the web-based Application Builder.
I am also a big fan of code generators, and when I saw the Apex export files and examined its use of the wwv_flow_api package, I realized that it would be possible to generate scripts to set up Apex report