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 libraryWhat 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
'Spring' 카테고리의 다른 글
스프링 MVC 패턴 어플리케이션 개요 (0) | 2011.09.12 |
---|---|
AOP Alliance [ aopalliance.jar ] (0) | 2011.09.12 |
Spring fw AOP and Paypal soap (0) | 2011.09.04 |
자바 - Log4j 사용법 ( 설명 자세히 잘 되어 있음 ) (0) | 2011.08.26 |
Java 연습 2008-1 Banking (0) | 2011.08.24 |