-
Book Overview & Buying
-
Table Of Contents
Oracle Application Express 4.0 with Ext JS
By :
We have seen how APEX page processing fits a typical Model-View-Controller (MVC) pattern, where the view is the HTML generated using the application templates. The APEX engine is the controller and receives the GET or POST input and decides what to do with it, handing it over to domain objects. The domain objects model is encapsulated in the page definition and contains the business rules and functionality to carry out specific tasks.
This separation of concerns provided by the MVC pattern allows APEX to easily swap themes for an application. The publishing mechanism allows new versions of a theme to be built separately from the application. By switching themes, applications can easily test a new version, safe in the knowledge that we can revert to the earlier version if required.
We then set about creating a page template, using a standalone prototype initially to make sure the markup and JavaScript works correctly before loading it into APEX. Once a few adjustments were made to load...
Change the font size
Change margin width
Change background colour