AOP
tl_ang
网球爱好者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java运行时的子类识别
Java运行时的子类识别(仙人掌工作室 2001年09月04日 11:19)Java映像API(Reflection API)和Java 接口为编写可重用的代码提供了优秀的工具。以一个通用的命令启动器为例:假设你有一组执行各种任务的类,比如关闭或打开电灯,打开、关闭或锁上门,等等。这些类的名字分别是LightOn、LightOff、DoorOpen、DoorClose和DoorLock,所有这些类转载 2004-12-08 17:47:00 · 1162 阅读 · 0 评论 -
What the teacher said (using AspectJ with Spring part II).
http://jroller.com/comments/colyer/Weblog/what_the_teacher_said_using Yesterday I introduced a simple example of a Teacher aspect responding to a playground kiss. Todays objective is to make the te转载 2004-12-06 10:49:00 · 1203 阅读 · 0 评论
分享