<< Weblog As PR | Home | Cool Program: w3m >>

Java News Brief (JNB): Create Proxies Dynamically Using CGLIB Library

Jason Zhicheng Li wrote this month's Java News Brief (JNB) article: Create Proxies Dynamically Using CGLIB Library:

Jason Zhicheng Li: Essentially, CGLIB dynamically generates a subclass to override the non-final methods of the proxied class. It is faster than the JDK dynamic proxy approach, which uses Java reflection.

He also published the Roll your own AOP article on Java.net yesterday.

Tags :



Add a comment Send a TrackBack