Package org.apache.jetspeed.deployment.simpleregistry

Examples of org.apache.jetspeed.deployment.simpleregistry.SimpleRegistry


    public void testDeploy() throws Exception
    {

        System.out.println("Deployment src: " + deploySrc);
        manager = new TomcatManager("", "", 0, "", 0, "", "");
        SimpleRegistry simpleRegistry = new InMemoryRegistryImpl();
        DeployDecoratorEventListener ddel = new DeployDecoratorEventListener(simpleRegistry, deployRootFile
                .getAbsolutePath());

        DeployPortletAppEventListener dpal = new DeployPortletAppEventListener(webAppsDir, new FileSystemPAM(
                webAppsDir, portletRegistry, entityAccess, windowAccess, portletCache, manager), portletRegistry, portletFactory );
View Full Code Here

TOP

Related Classes of org.apache.jetspeed.deployment.simpleregistry.SimpleRegistry

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.