Entries from JHeadstart Blog tagged with 'business rules'

Variations on ADF BC isAttributeChanged method

ADF Business Components have a method isAttributeChanged available in Entity Objects that returns true if the the attribute has been changed since it was obtained from the Database. This method can cause a problem when used in business rules that...

Java By Exception for Business Rules in ADF BC

Oracle ADF Business Components 11g has many new features for declarative business rules, allowing a "Java By Exception" approach. When can and should you use these declarative features, and when and how should you use Java to implement business...