opensource frameworks
iteye_16478
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cglib used in the hibernate,spring
cglib:cglib is the initial of the Code Generation Library. it can manipulate the byte codes freely,it depends on asm opensource framework,Asm is also the bytecodes framework,but it is harder to use ...2009-12-24 10:24:00 · 95 阅读 · 0 评论 -
javaassist used in the hibernate
javaassist opensource framework is the initials of the"Java Programming Assistant" , it makes Java bytecode manipulation simple and easy. you can manipulate the behaviors of the java the following ...2009-12-24 10:34:33 · 107 阅读 · 0 评论 -
java opensource bytecode manipulation frameworks
java opensource bytecode manipulation frameworks are following as : 1 JavaAssist: JavaAssistant 2 BCEL : Byte Code Engineering Library 3 ASM 4 CGLIB : Code Generation Library etc2009-12-24 10:40:15 · 140 阅读 · 0 评论
分享