On Jan 16, 2008 11:39 AM, Dan Diephouse <[EMAIL PROTECTED]>
wrote:

> > 1. In the Adapter code, AdapterManager looks at the <feed>.properties
> file
> > to figure  out which adapter class to load to serve the given feed.  In
> the
> > usecases that we have encountered, we cannot assume that the server
> always
> > knows about ALL the feeds it needs to serve. Datasources can be
> dynamically
> > added which provide new feeds - and when the server receives a request
> with
> > a new feedname in it, it needs to load the corresponding datasource
> adapter
> > (connector or collectionprovider - whatever you want to call it).
> >
> If you want to do this at the workspace level, this can all be done
> dynamically right now by implementing WorkspaceInfo. If you want to
> dynamically list out workspaces you extend AbstractServiceProvider and
> implement getWorkspaces().
>

Dan
sounds great.. I tried to do this but couldn't really figure out how to do
this.
could you please post an example to do this?

thanks

Reply via email to