Tuesday, May 27, 2014

JDev/ADF sample - Tab Navigation Performance in UI Shell and Multi Task Flow

  • Tab Navigation Performance in UI Shell and Multi Task Flow. I was investigating performance impact of navigating between tabs in UI Shell template. To compare, as alternative solution for UI Shell, I was using dynamic tabs with Multi Task Flow binding (Building Custom UI Shell with ADF 11g R2). When you switch between tabs in UI Shell, you could notice slight delay. This is normal delay (differently to browser tabs, where no delay), as there should be generated response from the server and JSF tree must be updated. However, it is not clear what is the impact of such delay to application performance. The goal of my post is to answer this question.
    Download - MultiTaskFlowApp_v2.zip

No comments: