Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 75103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:27:50+00:00 2026-05-10T20:27:50+00:00

Building a client-side swing application what should be notified on a bus (application-wide message

  • 0

Building a client-side swing application what should be notified on a bus (application-wide message system, similar in concept to JMS but much simpler) and what should be notified using direct listeners?

When using a bus, I always have an unescapable feeling of ‘I have no idea who uses that and where’. Also, no set order, hard to veto events, hard to know exactly what’s going on at a set time.

On the other hand, using listeners means either directly referencing the source object (coupling) or passing the reference through myriad conversions (A–b_listener–>B, B–c_listener–>C only because a needs to know something only C can to tell, but B has no interest in).

So, are there any rule of the thumb regarding this? Any suggestion how to balance?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T20:27:50+00:00Added an answer on May 10, 2026 at 8:27 pm

    Event buses are very, very useful tools for providing decoupling in certain architectures. Listeners are easy to implement, but they have significant limitations when your object and dependency graph gets large. Listeners tend to run into problems with cyclic dependencies (events can ‘bounce’ in odd ways, and you wind up having to play games to ensure that you don’t get stuck. Most binding frameworks do this for you, but there’s something distasteful about knowing that listener events are shooting off into a million places).

    I make this kind of decision based on project size and scalability. If it’s a big app, or there are aspects of the app that can by dynamic (like plugin modules, etc…) then a bus is a good way to keep the architecture clean (OSGI-like module containers are another approach, but heavier weight).

    If you are considering a bus architecture, I recommend that you take a look at the Event Bus project – it works very well with Swing and provides a robust, out of the box solution for what you are asking about.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a client server application from an android device to a server over
I have two projects written in C: a client side and a server side,
I am building an ASP.NET MVC web application and I'm using jQuery for some
I am working on building an iPhone application that uses an external server to
I'am building simple Ajax application (via jquery). I have strange issue. I found where
I'm currently building a SmartGWT-based web application (using the Portlet Layout). So I have
Building an overly fancy HTML mail for a client. Code validates at http://validator.w3.org as
I am thinking of building a web startup that targets elementary, middle school, high
we're currently building a data warehouse using OWB (Oracle Warehouse Builder). One of the
I am buiding an application in Java that connects to a variety of databases,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.