Showing what ADF developers can get from using WebCenter Portal Source- Uploaded by ShayJDev on youtube

In this video we will call the webservice by creating webservice data control in Oracle fusion application Source- Uploaded by baigsorcl on youtube

This video shows, How to create an ADF JSF form with an unknown number of fields – creating input fields at runtime. A very good example of creating dyanamic form Source-Uploaded by ShayJDev on youtube

One of the main issues that can face oracle ADF Developers is calling oracle reports. This post will illustrate step by step how to call oracle reports. 1- Create new ADF Application and make new .jspx page (this page will be a parameter page which will send the parameters to the report). 2- Insert inside [...]

In this post we will see how to create a bread crumbs in Oracle ADF. I feel breadcrumbs are not the very visible option in ADF as like in Oracle APEX. So here is the simple video and you can download the example in the video from here Ref- Uploaded by baigsorcl on Youtube.

How to access binding to read and write values from and to business service.Sometimes you require to read the value of custName binding and convert it to lowercase. getControlBinding() – this method name get the binding by the name passed into as parameter. AttributeBinding – is used to reference an attriubute binding to custName.

One of the common requirements when building an application on relational database tables is the ability to incorporate attribute from different sources into a data view which is more representative of the application requirement, rather than the database schema. ADF Business Components provides a powerful feature which can be used, for example, when viewing Emp [...]

Exceptions   Oracle includes about 20 predefined exceptions (errors) – we can allow Oracle to raise these implicitly. For errors that don’t fall into the predefined categories – declare in advance and allow oracle to raise an exception. For problems that are not recognised as an error by Oracle – but still cause some difficulty [...]

Following are the Some code which is very usefull when working in oracle ADF and JSF.Please go through Read more-http://tamanmohamed.blogspot.com/2011/08/adf-jsf-some-handy-code-for-backing.html

The af:document component has a property InitialFocusId that allows you to define the Id of an input component that should take focus when a page initially loads. But how do you set the component focus for pages that are already rendered? A use case for this is a partial submit that executes logic on the [...]