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

  • SEARCH
  • Home
  • 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 am building a client side application that will use a SQL Server back
I'm building a multi-threaded client side javascript application, and I would like to have
I am building a script/application (on client side and on proxy site too) that
I am building a client-server application. Now I want to forward the message from
I'm building the JSON string by hand server-side. Should I Convert.ToString(System.DateTime.Milliseconds) on the server-side
I'm building an application using sencha touch 1.1 in the client side and WCF
I am building a system, where each request from a client side spawns multiple
i'm building a client-side WMS parser (flex/ActionScript 3) & i'd like to test against
I'm building a python app where a client side will request xml pages from
I am building a small app that uses backbone.js on the client side, node.js/socket.io

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.