|
|
Lazy load using dynamic proxy |
|
|
Anand K Sankaran |
|
|
Java / Development |
|
|
Click to Visit |
|
|
2257 |
Lazy load is a design pattern in which the data items are retrieved from the database only on demand. In this tutorial, the author describes the use of Java's powerful dynamic proxy pattern to design this lazy load mechanism. The author explains about dynamic proxy, and provides example codes for implementing dynamic proxy class and for specifying the interfaces that represent the persisting data.
|