ef-labs / vertx-elasticsearch-service

Vert.x elasticsearch service with event bus proxying
57 stars 18 forks source link

any plan to migrate over to guice #19

Closed alanma closed 9 years ago

alanma commented 9 years ago

Since englishtown cassandra is using guice, and IMHO guice is more preferred by Java developers, do you have any plans to move hk2 to guice? It would make developers who use your cassandra and elastisserach service together much easier. Please do share your thoughts on hk2 vs guice if possible. Thanks.

adrianluisgonzalez commented 9 years ago

I have added a guice binder and integration tests using guice.

While I prefer guice, we use jersey which internally uses hk2 making integration a little smoother. Overall we try to stay DI framework agnostic (apart from binders obviously).