目前 RRiBbit 已经开始 2.0.0 版本的开发,2.0 版本将支持 RMI 进行远程通讯等多项改进。
RRiBbit 是一个开源的 Java 应用框架,用于消除依赖简化代码结构。
RRiBbit 1.1.0 发布,该版本包含了以下新特性:
- Renamed getters and setters of DefaultRequestResponseBus for consistency. This is not compilation compatible with 1.0.0, but the changes are trivial.
- MultiThreadedListenerObjectExecutionStrategy no longer spawns a Thread if there is only 1 ListenerObject to be executed.
- AbstractClassBasedListenerObjectCreationStrategy and its subclasses now support excluding classes from scanning when entire packages are scanned.
- ObjectBasedListenerObjectCreationStrategy and its subclasses now support notification upon listener creation.
- CachedListenerObjectRetrievalStrategy was added, for improved performance when retrieving ListenerObjects.
- Improved documentation and javadoc.
下载地址:http://www.rribbit.org/versions.html
【编辑推荐】