
CoreJava
danni505
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
《How does proxy do in CGLIB?》
Background About 'CGLIB', we can get information form http://cglib.sourceforge.net/ and in this article, we will use the asm framework, which website is: http://asm.ow2.org/index.html Introduction...2010-07-09 16:14:42 · 133 阅读 · 0 评论 -
Difference between CGLIB & JDK Dynamic Proxies
As we know, create proxy in runtime, we can use two different techniques, CGLIB or JDK dynamic proxies, what's different between them? when should we use CGLIB? and when should we use JDK proxies? her...2010-07-09 16:20:16 · 107 阅读 · 0 评论 -
错题集
[size=medium]《错题集》[/size] 1、在Demo.ear包中的manifest.mf对于库有如下定义 Manifest-Version: 1.0 Class-Path: Demo.ear/lib/abc.jar 当它部署到JBoss下,运行时Jboss解析EAR包的时候会把Class-Path中的“Demo.ear”当成是文件夹,不会认出它是一个EAR包,...2009-09-08 11:28:54 · 106 阅读 · 0 评论