Has anyone thought about emulating an MVC paradigm?
513883May 19 2006 — edited May 19 2006Hi,
After looking at how ApEx is built, my first thought was:
How about centralizing the page flow / controller logic?
Theoretically, it could work like this:
Have a page with an OnLoad / Before Header process ( or computation ? ) that does all the redirecting stuff, deciding based on the values for :REQUEST (as well as the values for various app level items) what the next page will be.
All buttons and href links would point at this page, and also populate beforehand various app level items (via a combination of processing-type processes and JavaScript).
It's impossible that I would be the first person to spend thoughts on this.
Any comments?
-Dan