Sunday, June 8, 2008

JDev/ADF sample - Dynamic Buttons in Oracle ADF

  • JDev/ADF sample - Dynamic Buttons in Oracle ADF. Standard way to create buttons on the page, is to use drag-and-drop method and JDeveloper wizards. However, sometimes its not enough, especially when there are requirements to apply dynamic rules based on security roles or page groups. With dynamic buttons generation, you can use XML configuration files, this will allow to change displayed buttons and properties right on runtime. I'm writing this post, based on influence I got from Frank Nimphius post - ADF Faces RC - Implementation strategies for global buttons in page templates. Frank describes fundamental approach for global buttons, I'm in my post focusing on dynamic global buttons aspect.
    Download - GlobalDynamicButtons.zip

No comments: