Package org.platformlayer.xaas

Examples of org.platformlayer.xaas.GuiceXaasConfig


      Extensions extensions = new Extensions(configuration, discovery);

      List<Module> modules = Lists.newArrayList();
      modules.add(new NullMetricsModule());
      modules.add(new GuiceXaasConfig(configuration));
      modules.add(new ConfigurationModule(configuration));
      modules.add(new CacheModule());
      modules.add(new JdbcGuiceModule());
      modules.add(new PlatformLayerServletModule(extensions));
      modules.add(new PlatformlayerValidationModule());
View Full Code Here

TOP

Related Classes of org.platformlayer.xaas.GuiceXaasConfig

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.