Wednesday, October 13, 2010

Lazy Loading with Java's InvocationHandler

To make the most of performance, we typically don't want to eagerly load everything on a DAO Transfer object. We can use Java's InvocationHandler to proxy method calls. Here's a good read on how to do it:

http://blog.frankel.ch/the-power-of-proxies-in-java

No comments:

Post a Comment