Projects tagged ‘dependency-injection’ and ‘dependency_management’


[2 total ]

0 Users

Salve solves the problems that cause anemic domain model anti-pattern [1] [2] and brings back object oriented programming to the business tier. It allows POJOs to reference dependencies, yet remain ... [More] lightweight, serializable, and have unlimited lifecycle (such as being instantiated via the new operator). Salve accomplishes this by instrumenting bytecode either at load time via a JVM agent or at build time via a post-compilation step. For more details see WhySalve wiki page. [1] http://www.martinfowler.com/bliki/AnemicDomainModel.html [2] http://www.theserverside.com/patterns/thread.tss?thread_id=31010#172016 [Less]
Created about 1 year ago.

0 Users

Sphicy is a dependency injection framework for PHP that works like Google's Guice. Dependencies are configured with modules written in PHP, such that complex object graphs can be instantiated through constructor dependency injection.
Created 12 months ago.