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

Ask A Question

Stats

  • Questions 153k
  • Answers 154k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Considering that key has to be included in the <script>… May 12, 2026 at 10:25 am
  • Editorial Team
    Editorial Team added an answer IMO, you were better off with your original version; LINQ… May 12, 2026 at 10:25 am
  • Editorial Team
    Editorial Team added an answer switch: good efficiency, least maintainable dictionary: good efficiency, better maintainability… May 12, 2026 at 10:25 am

Related Questions

i'm building a client-side WMS parser (flex/ActionScript 3) & i'd like to test against
We're building a Silverlight application which will be offered as SaaS. The end product
I would like to hear other people's advice on when one should build a
I'm building a multi-threaded client side javascript application, and I would like to have

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.