Sunday, May 13, 2012

JDev/ADF sample - View Link Accessor Usage Performance Side Effect

  • View Link Accessor Usage Performance Side Effect. View Link Accessor is available when there is View Link defined and typically is used in ADF to retrieve detail collection from master row in VO row implementation class. Officially this is recommended approach to retrieve detail collections programmatically. However, not everything what is recommended is always good from performance point of view. Its always good to question recommended best practices and compare with other possible solutions to achieve better performance. However, when focusing on performance - don't forget to keep your solution still maintainable and don't over complicate things.
    Download - ViewLinkAccessorApp.zip

No comments: