I want to fly higher
programming Explorer
posts - 114,comments - 263,trackbacks - 0
02 2014 档案
使用guava实现异步回调      摘要: 利用guava的ListenableFuture和FutureCallback方便的实现异步回调  阅读全文
posted @ 2014-02-27 14:54 landon 阅读(7156) | 评论 (3)  编辑
apache-mina-2.07源码笔记5-thread model      摘要: 本篇结合源码讲解了mina的线程模型,主要介绍了ExecutorFilter以及OrderedThreadPoolExecutor即UnorderedThreadPoolExecutor的实现.通过配置线程模型,可以使应用层的业务逻辑在该线程模型内执行,而非io-processor线程池.这样不会影响网络层的io处理.  阅读全文
posted @ 2014-02-03 23:38 landon 阅读(2309) | 评论 (2)  编辑
JDK源码笔记2-EnumSet/EnumMap      摘要: 用示例及注释的形式介绍了EnumSet和EnumMap的核心实现及API使用.  阅读全文
posted @ 2014-02-03 18:34 landon 阅读(1630) | 评论 (0)  编辑
Apache Maven基础      摘要: Apache Maven基础知识介绍.  阅读全文
posted @ 2014-02-03 00:02 landon 阅读(2170) | 评论 (2)  编辑
Apache Ant基础      摘要: Apache Ant基础知识介绍.  阅读全文
posted @ 2014-02-01 20:40 landon 阅读(1856) | 评论 (1)  编辑