- All Known Implementing Classes:
- CachingConfigurableDataServiceImpl
public interface PluggableDataDao
The PluggableDataPortlet can be configured to call any bean that implements this interface to provide a simple,
one-off DAO implementation to render a simple portlet view. The intent of this approach is for simple, single
view portlets that provide a limited amount of data for the user without need for a rich interface (create an
actual portlet for anything richer than a single view).
The DAO can access databases, call web services, access file system resources, or whatever it needs to return
data for the view.
- Author:
- James Wennmacher, jwennmacher@unicon.net