Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Has anyone thought about emulating an MVC paradigm?

513883May 19 2006 — edited May 19 2006
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2006
Added on May 19 2006
3 comments
337 views