The Artima Developer Community
Sponsored Link

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

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Java News Brief (JNB): Create Proxies Dynamically Using CGLIB Library Posted: Nov 2, 2005 6:58 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Java News Brief (JNB): Create Proxies Dynamically Using CGLIB Library
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

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.

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

Topic: IMG_2868.JPG [Flickr] Previous Topic   Next Topic Topic: Higher level of abstraction = higher ROI

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use