ADF Tutorial: How to apply bulk actions to a view object rows. Part 1

Here is a quick one. If there is a requirement that states that an action must be performed to all the result set of a view object, then you might consider the following method. In our case, we have a requirement that we need to raise the salary of all the employees within an specific department.  Continue reading

ADF Tutorial: Transient attributes and how to populate them – Part 1

One of the great advantages of using ADF BC for your data model, is the possibility to use “Transient” attributes in them. A transient attribute means that it is not persistent in data base and it will filled manually or programatically to achieve a certain task within a requirement. For example, a requirement is to display the Average Employee Salary for a Department. If you think to Continue reading