Saturday, November 16, 2013

JDev/ADF sample - Creating ADF BC View Object Instances On The Fly

  • Creating ADF BC View Object Instances On The Fly. This post is to describe such use case, where we have a set of common Entity Objects and want to handle View Objects and UI dynamically. This is common use case for simpler screens, usually common Entity Objects are provided from the library, but instead of creating hundreds of similar View Objects and UI fragments - we can handle such screens in generic way, by creating View Object instances programmatically and later using them through dynamic iterator.
    Download - ADFDynamicReportUI_v3.zip

No comments: