+

Search Tips   |   Advanced Search

Implementing user interactions

With IBM Digital Data Connector we can use WCM presentation components for visualizing external data. We can also add user interfaces for creating, modifying, and deleting external data from DDC list appearance components.

The Web Content Viewer portlet acts as a mediator, forwarding information provided by the user to the specified data sink, and setting the result information either as a private render parameter, or as a session attribute. We can plug in our own data sinks by implementing the interface...

    com.ibm.portal.resolver.data.FormDataDataSink

This interface is defined in the public POC resolution framework API. Refer to the package...

    com.ibm.portal.resolver.data


See

  1. Send data to the Web Content Viewer portlet
  2. Set dynamic DDC filter values


Parent IBM Digital Data Connector (DDC) for WebSphere Portal


Related information


Package com.ibm.portal.resolver.data summary