摘要: Chain of Responsibility in the Real WorldThe idea of the Chain Of Responsibility is that it avoids coupling the sender of the request to the receiver,... 阅读全文
posted @ 2014-07-17 15:54 一天不进步,就是退步 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 新 API 功能简介JDK 6 提供了在运行时调用编译器的 API,后面我们将假设把此 API 应用在 JSP 技术中。在传统的 JSP 技术中,服务器处理 JSP 通常需要进行下面 6 个步骤:分析 JSP 代码;生成 Java 代码;将 Java 代码写入存储器;启动另外一个进程并运行编译器编译... 阅读全文
posted @ 2014-07-17 11:54 一天不进步,就是退步 阅读(339) 评论(0) 推荐(0) 编辑