Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 481 Bytes

Apollo Core Modules

Apollo Core has a module system that simplifies setting up common use-cases such as a HTTP server, Cassandra connections and so on.

The module system is built on top of Google Guice. This was deemed to be the most light-weight module system available for Java that still supports dynamic configuration (Dagger for example only supports static configuration). Apollo-core (aka Leto) extends Guice by making modules auto-loadable, and configuration-driven.