Package io.fathom.cloud.server

Examples of io.fathom.cloud.server.FathomCloudGuiceModule


        // modules.add(new ConfigurationModule());
        // modules.add(new CacheModule());

        // modules.add(new JdbcGuiceModule());
        modules.add(new FathomCloudGuiceModule(configuration));
        modules.add(new OpenstackServerServletModule(configuration, extensions));

        modules.add(new ZookeeperPersistModule());

        modules.add(new WinkGuiceModule());
View Full Code Here

TOP

Related Classes of io.fathom.cloud.server.FathomCloudGuiceModule

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.