5 projects tagged "ioc"
Cradlecore for PHP creates objects using the Inversion of Control (IoC) to configure the objects externally. It provides a factory class which can create the objects and configure them according to configuration which can be defined externally using one or more XML files which define details of behavior of those objects. The external configuration can determine how the dependency injection occurs by defining whether the objects will be configured by passing specific parameters to the constructor or a setter function.
DSFoundation is a foundation enhancement library for Objective-C. It includes an IOC (Inversion of Control) container, translation (serialization and conversion) to and from Objects, YAML, and XML, automatic KVC adaptation and compliance, logging through an integrated Log4Cocoa, regular expression extensions, and much more.