Hi Madhu, what's the version you are using? With the 0.4 version you can load adapters dinamically, take a look at CouchDBAdapter or JdbcAdapter code. Can you explain why do you need to load the provider in this way?
On Tue, Jan 13, 2009 at 5:44 PM, Madhu Kaushik <[email protected]>wrote: > Hi > > I have a Custom Content Provider which extends AbstractWorkspaceProvider > and > implements Provider. And I'm doing all the mapping in the web.xml through > init-params. I have multiple Target Builders and Target Resolvers for types > of SERVICE, WORKSPACE, COLLECTION, and ENTRY. My requirement is to somehow > load the appropriate content providers during runtime based on the URL I > receive. Is this a feasible option? > > > Regards, > Madhu S Kaushik > -- David Calavera http://www.thinkincode.net
