#acl YoonKyungKoo:read,write All:read == Inversion Of Control (AKA, Dependency Injection) == * [http://www.martinfowler.com/articles/injection.html Inversion of Control Containers and the Dependency Injection pattern] * [http://onestepback.org/index.cgi/Tech/Ruby/DependencyInjectionInRuby.rdoc Dependency Injection Explained] * [http://onestepback.org/articles/dependencyinjection/index.html Dependency Injection Building Object Systems with Ease] == Java Performance and Garbage Collection == * [http://java.sun.com/docs/hotspot/gc1.4.2/ Tuning Garbage Collection with the 1.4.2 Java Virtual Machine] * [http://java.sun.com/docs/hotspot/gc1.4.2/example.html Diagnosing a Garbage Collection problem] * [http://www.atg.com/portal/myatg/developer?paf_dm=full&paf_gear_id=1100010&detailArticle=true&id=9606 Sun JVM 1.3 Garbage Collection Enigmas Unravelled] == Aspects == * [http://www.onjava.com/pub/a/onjava/2004/01/14/aop.html Introduction to Aspect-Oriented Programming] * [http://www.theserverside.com/tt/articles/article.tss?l=AspectWerkzP2 AspectWerkz 2 : An Extensible Aspect Container] * [http://www.eclipse.org/aspectj/aj5announce.html AspectJ and AspectWerkz to Join Forces] * [http://www.eclipse.org/aspectj/doc/released/progguide/printable.html The AspectJTM Programming Guide] * [http://www.eclipse.org/aspectj/doc/released/adk15notebook/printable.html The AspectJTM 5 Development Kit Developer's Notebook] == Annotation == * [http://www.onjava.com/pub/a/onjava/2004/04/21/declarative.html Declarative Programming in Java] * [http://www.onjava.com/pub/a/onjava/2004/08/25/aoa.html Aspect Oriented Annotations] * [http://www.javaworld.com/javaworld/jw-08-2005/jw-0815-ejb3.html Simplify enterprise Java development with EJB 3.0] * [http://www.devx.com/Java/Article/27235 Learn to Use the New Annotation Feature of Java 5.0] == ASM ==