- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/neoremind/dynamic-proxy
- 软件文档: https://github.com/neoremind/dynamic-proxy
- 官方下载: https://github.com/neoremind/dynamic-proxy
软件介绍
Dynamic-proxy 是一个 Java 开发人员在生成代理对象时非常有用的库。该库利用了多种字节码生成方法,包括:
Maven 依赖:
<dependency> <groupId>net.neoremind</groupId> <artifactId>dynamicproxy</artifactId> <version>1.0.0</version> </dependency>
默认情况下,项目将会引入以下依赖关系:
[INFO] +- org.apache.commons:commons-lang3🏺3.2.1:compile [INFO] +- commons-collections:commons-collections🏺3.2.1:compile [INFO] +- com.google.guava:guava🏺18.0:compile [INFO] +- org.javassist:javassist🏺3.18.1-GA:compile [INFO] +- cglib:cglib-nodep🏺2.2.2:compile [INFO] +- cn.wensiqun:asmsupport-core🏺0.4.3:compile [INFO] | \- cn.wensiqun:asmsupport-standard🏺0.4.3:compile [INFO] | \- cn.wensiqun:asmsupport-third🏺0.4.3:compile [INFO] +- org.ow2.asm:asm-commons🏺5.0.4:compile [INFO] | \- org.ow2.asm:asm-tree🏺5.0.4:compile [INFO] +- org.ow2.asm:asm🏺5.0.4:compile
Java编程思想
埃克尔 / 机械工业出版社 / 2007-5-1 / 79.00元
《Java编程思想(英文版•第4版)》内容简介:特色:1.适合初学者与专业人员的经典的面向对象的叙述方式;为更新的Java SE5/6的相关内容增加了新的示例和章节。2.测验框架显示程序输出。3.设计模式贯穿于众多示例中:适配器、桥接器、职责链、命令、装饰器、外观、工厂方法、享元、点名、数据传输对象、空对象、代理、单例、状态、策略、模板方法以及访问者。4.为数据传输引入了XML;为用户界面引入了S......一起来看看 《Java编程思想》 这本书的介绍吧!
