Wednesday, April 27, 2022

VBCS - SDP vs ADP

In VBCS, we are using tables to list or fetch or populate the data. This table component can be populated in VBCS using following two ways:

  1. SDP(Service Data Provider): 
    • This is mostly used when we have Business Objects in VBCS and wanted to populate data using it.
  2. ADP(Array Data Provider): 
    • It provides more flexibility to populate and manipulate data than SDP. 
    • This can be used to populate data using Business Objects, Third Party servics or Static data.
    • Storing data in ADP (rather than SDP) is useful whenever you want to further modify the data on the client side. For example, if you are looking to create updatable tables in your UI.
IN future POCs, we will see how to create a ADPs and use them.

No comments:

Post a Comment

Featured Post

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...