Thursday, May 9, 2013

JDev/ADF sample - Sharing Data Between VO Instances in ADF BC

  • Sharing Data Between VO Instances in ADF BC. Probably you already noticed that data is shared by default between VO instances (or even separate VO's) based on the same EO. Newly inserted row into one instance becomes instantly visible from another VO instance. There is a way to control this behavior in ADF, this post is based on excellent Steve Muench source of information - Using the RowQualifies() Method to Fine Tune View Link Consistency Behavior. As Steve says, be default data is shared and you can turn it off either by calling setAssociationConsistent(false) or globally per AM with jbo.viewlink.consistent=false configuration property.
    Download - VOSynchEOCacheApp.zip

No comments: