Just highlighting another great part of APEX: the ability to create a base template application and use it each time you want to create a new application. Simply import the application with a new ID and install the supporting objects. We’ve added one to our APExt JS framework so it eliminates the need to setup any of the config that’s required when building a new application. i.e.
- Application Level Processes
- Meta Data Tables
- Seed Data
- PLSQL Packages
- Custom Theme
- Lists
- Page Zero
- Viewport Page
- etc.

What this means is that we can start creating our Ext/APEX application in a matter of minutes and there’s no troubleshooting required if something’s been missed… because it’s all there! Another write once achievement and productivity boost!
