~ | | This is another service locator implementation, using config files (instead of lambas in the other one) for object recipes.
|
| ~ | This is another service locator implementation, using config files (instead of lambdas in the other one) for object recipes.
|
| | Config files are small, can be loaded on demand and are cached, which are the main benefits over the rather cumbersome to setup lambda configuration. |
| |
|
| | Another benefit over the lambda configuration is way easier recursive instantiation and singleton handling. |