본문 바로가기

Spring

Spring cglib


The cglib library is not included in Spring 3.0 distribution. So, you have to manually download and include in your project.

Spring cglib

In this section we will learn about Spring cglib library and understand the importance of it. You will also find the url to download cglib library

What is cglib?

The cglib is high performance library in Java. It is used to extend Java classes and implement interfaces in runtime. It is one the best quality code generation library available in Java. The latest version of cglib library can be downloaded fromhttp://cglib.sourceforge.net/.

The cglib library is free software and can be used for personal and commercial purposes.

Spring 3 framework uses cglib2 for manipulating the Java classes in runtime. The cglib library is not included in Spring 3.0 distribution. So, you have to manually download and include in your project.

On the cglib home page you will find the link to download.

 

http://www.roseindia.net/spring/spring3/spring-cglib.shtml 
http://sourceforge.net/projects/cglib/files/      for download