Thursday, December 8, 2016
Visualforce - Beyond Basics Series 8 - Alternatives to MultiPage design
The solution is to keep the number of pages as less as possible, but still reusing components, controller/extension appropriately. This is in other words called Single Page Application(SPA).
I have illustrated this technique using a Apex controller which will have the current section name. When the page navigates to the new section, it updates the section name in the controller & appropriate section gets rendered. By doing this, you avoid having different pages for different sections in the App.
Subscribe to:
Post Comments (Atom)
super
ReplyDelete