TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Guava's EventBus - Simple Publisher/Subscriber

8 pointsby rlmwover 13 years ago

3 comments

mattgreenrocksover 13 years ago
The event bus is one of my very favorite architecture patterns.<p>It usually ends up in most desktop apps I write that have a UI. There's just too much to love about them. In languages with method annotations (or something similar), the wiring process can be almost entirely automatic.
timfover 13 years ago
I would usually use Akka for that kind of thing: <a href="http://akka.io" rel="nofollow">http://akka.io</a> (I've rolled my own before, too)
rpedenover 13 years ago
GWT has had a similar EventBus class for a while that works well on both the server and client sides of an app.
评论 #3096805 未加载