Create and deploy custom Digital Data Connector plug-ins
We can deploy custom DDC plug-ins into the portal extension registry.
The extension point ID for custom DDC plug-ins is...
com.ibm.portal.wcm.plr.BeanListProvider
Individual DDC plug-in implementations can delegate the initial bean list computation to the generic XML DDC plug-in and extend the returned bean list. They do so by modifying the bean list object the generic XML DDC plug-in returns or by adding more computed attributes. To implement the computation logic for individual computed attributes, DDC plug-ins can use the optional interface...
com.ibm.portal.wcm.plr.ComputedAttributeValueProvider
If we implement this interface, the DDC framework calls the corresponding methods whenever a bean list attribute requests computed item attributes.
Parent Integrate remote XML data