Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Navigator Content Extensions for DSE

> what are 'CP repositories', btw ?
>

Repositories for storing connection profiles.  I've recently added the
beginnings of a framework that will give extenders the ability to provide
customized storage for connection profiles (e.g. JNDI).  However, this
mechanism could also be used to integrate other types of repositories.  For
example, a JEE server could provide connection profiles for any datasources
configured on it.  In this example, the repository provided by the JEE
server might be read-only and might only support specific profile types
(e.g. a specialized DB connection profile that wraps the DataSource stored
in the app server's configuration).

If you want to play around with it, please do and please provide feedback
on the interfaces, integration, etc.

Hope that helps explain it a bit.

Rob



Back to the top