java.net Weblogs by Bob LeeWeblogs by Bob Lee from Java.netThe AOP Elevator Speech- (Found July 2, 2008 ) Aspect-Oriented Programming in 16 seconds.http://weblogs.java.net/pub/wlg/1861 dynaop 1.0 beta- (Found July 2, 2008 ) dynaop, a proxy-based Aspect-Oriented Programming (AOP) framework, enhances Object-Oriented (OO) design in the areas of code reuse, decomposition, and dependency reduction.http://weblogs.java.net/pub/wlg/1001 Bitter EJB Reviews- (Found July 2, 2008 ) In the months since Bitter EJB came out, the reviews alone have made the hard work and social sacrifice feel worthwhile.http://weblogs.java.net/pub/wlg/1024 Design and Test JDBC Code- (Found July 2, 2008 ) Simon Brunning solicited advice on Data Access Object (DAO) design. I have a few tricks up my sleeve that don't demand a great deal of effort (no need to mock up InitialContext for example) but that do result in performant and maintainable tests.http://weblogs.java.net/pub/wlg/1065 Patch Leaky Connections with AOP- (Found July 2, 2008 ) Stop JDBC resource leaks and unnecessary coding using dynaop.http://weblogs.java.net/pub/wlg/1092 Code Examples in Keynote- (Found July 2, 2008 ) Relieve the pain of maintaining code examples in Apple Keynote.http://weblogs.java.net/pub/wlg/1131 Automatic Crash Reporting- (Found July 2, 2008 ) Capture debug level log messages in production with little to no performance penalty and automatically file Bugzilla bugs directly from your application.http://weblogs.java.net/pub/wlg/1217 "Default" JDK in IDEA- (Found July 2, 2008 ) Configure a default JDK and avoid configuration conflicts.http://weblogs.java.net/pub/wlg/1248 Getter-based Dependency Injection- (Found July 2, 2008 ) A getter-based dependency injection container with an amorous example.http://weblogs.java.net/pub/wlg/1333 Refactor dynaop Factories using dynaop- (Found July 2, 2008 ) Eliminate the class proxy creation crosscutting concern.http://weblogs.java.net/pub/wlg/1455 |