TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Event Programming with Google Guava EventBus

6 点作者 ssutch超过 13 年前

1 comment

kls超过 13 年前
This is very useful information. When I originally learned to develop it was in an event based environment for simulation. I always liked the event/subscribe model over hard binding actions to routines. Java never seemed to favor such a model and the standard offerings really are not robust enough to design a system around them. It is nice to see that Google has brought a good candidate for event based programming to Java. For those Java programmers that have never really worked in an event based environment, I would suggest giving this a try, events based programming can really open your eyes to alternative architectures for systems.