My favorites | Sign in
Google
Projects on Google Code Results 1 - 3 of 3
Salve allows creation of rich domain models by removing limitations that cause anemic domain model anti-pattern ([http://www.martinfowler.com/bliki/AnemicDomainModel.html 1]) ([http://www.theserverside.com/patterns/thread.tss?thread_id=31010#172016 2]) and procedural-style code. Salve allows POJOs t...
This is the example code used in my various presentations on improving application design by using dependency injection, aspect-oriented programming and object-oriented design. It contains multiple versions of the same sample application - a really simple "banking" application - that is increment...
This is only an example application to show how AOP can be used for weaving dependencies at runtime with Spring and Aspectj. This app illustrate how to get going using maven, all the depencies you need for weaving and how to configure aspectj-maven-plugin to work with the latest 2.5.4 Spring rela...