- Oracle ADF Tuning: Preventing SQL Query Execution on Page Load. While tuning Oracle ADF application in our team (check: Milkbird), we have discovered extremely good approach for application tuning on page load time. You can read about this problem in my previous blog post as well - Improving Performance in ADF Applications - Page Load Time in CRUD Forms. Main idea of tuning approach is to prevent default query execution on page load and do it as easy as possible. We have achieved this by invoking executeEmptyRowSet() method for master View Object before opening page itself. We are performing invocation from Method Call activity in ADF Task Flow.
- Download - ADFPageOpening.zip
En este artÃculo se explora una carateristica de ADF Business Componentes que permite evitar realizar consultas innecesarias a la base de datos mejorando la performance de las aplicaciones.
No comments:
Post a Comment