Hi,
Michael Wechner wrote:
I would like to test various JCR implementations (Jackrabbit, eXo JCR,
Jeiceira, ...) with a specific application and hence would like to have
bindRepository()
getRepository()
independent of the implementation.
Are you looking for something like the DriverManager in JDBC? I was
thinking about proposing such a mechanism sometime ago, but I've since
settled on using JNDI in container environments and Spring (or another
component framework) in standalone applications.
BR,
Jukka Zitting