Package org.apache.jackrabbit.oak.jcr

Examples of org.apache.jackrabbit.oak.jcr.GlobalContext


        RepositoryConfiguration configuration =
                OakRepositoryConfiguration.create(Collections.singletonMap(
                        RepositoryConfiguration.MICROKERNEL_URL, url));
        final Repository repository =
                new GlobalContext(configuration).getInstance(Repository.class);
        Servlet servlet = new JCRWebdavServerServlet() {
            @Override
            protected Repository getRepository() {
                return repository;
            }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.oak.jcr.GlobalContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.