[go: up one dir, main page]

Menu

Tree [a5b4f5] v0.5.2 / container /
 History

HTTPS access


File Date Author Commit
 src 2015-11-15 Joe Hegarty Joe Hegarty [91dc1f] Adding full support for JAX-RS and JSON. Added ...
 README.md 2015-03-26 joe@bioware.com joe@bioware.com [bd0f36] First Commit
 pom.xml 2015-11-18 Joe Hegarty Joe Hegarty [a5b4f5] Version 0.5.2

Read Me

Orbit Container

Orbit container defines a unified way to start/stop/configure orbit applications. It was developed by BioWare, a division of Electronic Arts.

Application components can be loaded and configured through the definition of modules.

Internally it uses a minimal inversion of control (IoC) container
to wire application objects together.

It aims to solve:

  • managing the application life cycle
  • injecting configuration
  • wiring objects through dependency injection

Documentation

Documentation is located here.

License

Orbit is licensed under the BSD 3-Clause License.