Ejemplo n.º 1
0
 @Override
 protected void configure() {
   install(new Neo4jModule(configuration.getGraphConfiguration(), true, true));
   bind(Graph.class).to(GraphTransactionalImpl.class);
   install(new EntityModule());
   install(new LexicalLibModule());
   install(new OpenNlpModule());
   install(new RefineModule(configuration.getServiceMetadata()));
   install(new DynamicResourceModule());
   install(new CurieModule());
 }
Ejemplo n.º 2
0
 @Provides
 List<Apis> getApis() {
   return configuration.getCypherResources();
 }