Posts

Showing posts from April, 2012

JavaOne and Oracle Develop India 2012

 JavaOne and Oracle Develop are coming back to India! Mark your calendar for the return of JavaOne and Oracle Develop – the powerhouse events that offer the developer community two days of unparalleled education, intense and informative debate, and numerous networking opportunities JavaOne and Oracle Develop India Hyderabad International Convention Center. 3-4 May, 2012. More details are here : http://www.oracle.com/javaone/in-en/oracledevelopprogram/index.html Oracle ADF Sessions : http://www.oracle.com/javaone/in-en/oracledevelopprogram/sessions/adf-fad/index.html

Conditionally Resetting Task Flow Displayed In a Popup

Use Case  A task flow is embedded in af:poup. The content needs to be reset each time user view this. Solution Use activation and active property to control  the life span of task flow.Activate task flow when user  open the popup window. Deactivate it when popup is disposed. Please see developer guide to learn more about these properties:    Configuring Activation of an ADF Region Download  You can download the sample workspace from here . The main.jsf page contains a task flow(dept-task-flow) with a search view embedded inside an  af:popup . Each time you invoke the popup, the search panel state in the popup is reset as the task flow is re-activated each time. [ Runs with Oracle JDeveloper 11.1.2.1.0 (11g R2PS1) + HR Schema] Learn More ... There are a lot more points like this. If  you are curious to learn the internals of the ADF Business Components and ADF Binding Layer,  the following book is for you -   Oracle ADF Real World Developer’s Guide . More details about thi