Skip to content
Andreas Ernst edited this page Aug 21, 2016 · 40 revisions

Inject is a dependency injection container written in Swift hat implements - most of - the basic features as available in the original Spring container. In addition to a xml based configuration it adds a public fluent interface that can be used as well.

In addition to the plain container a number of other concepts - either used by the kernel or simply added for convenience - are explained as well. This is

  • introspective classes to maintain bean structures and to offer refection features
  • a generic configuration mechanism
  • a simple xml parser
  • logging
  • threading classes

The contents are spread across different pages which are

Clone this wiki locally