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 6820173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:23:37+00:00 2026-05-26T21:23:37+00:00

I am making a chat application. My problem with updating lies here : I

  • 0

I am making a chat application. My problem with updating lies here :
I have the Core class that stores an instance of Component.

When a new message is received the Core will call a method of Component and it will update the screen.

When a new message has to be send(typed in Component pane) how the Component will notify the Core ?

It doesn’t make sense to me ( I might be wrong) that the Component will have an instance of Core in order to send updates to it ( same thing would happen with Observer pattern).
It might be a straightforward solution but I can’t figure it out right now.. Any suggestions are welcome. Its something like a two-way observer pattern that I need.

  • 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. Editorial Team
    Editorial Team
    2026-05-26T21:23:38+00:00Added an answer on May 26, 2026 at 9:23 pm

    Basically, an observer pattern is always nice to use if you have a data source and a receiver and you want to ensure a loose coupling between them.

    If your Core class stores directly an Instance of your component, you shouldnt need an extra observer pattern between them, since the Core class can directly call methods on your component, right?

    So, you’ll need any connection / indirect association between your Core and your Component for sending messages, and there you should use Observer. You can pass yourself as an Observer to your Component when you create an instance of it.

    But actually, I think its a major design problem in your architecture, you should use MVC for such applications:

    MVC

    In that case, you’ll have to split up Core in a Controller (handling UI interactions, i.e. sending / receiving messages) and a Model (storing messages and meta data, maybe application logic). Your Component would be the View class.

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

Sidebar

Related Questions

I'm making a chat application that works with long-polling to emulate a push from
I am making a network application that has a chat function. On the chat
I am making an application that will work much like a real time chat.
I am making a chat, and I have a system that notifies the users
I have a pretty complex chat application going on, and there are multiple chat
im making an application that needs to get received messages that were sent to
i am trying to making php ajax based chat system....and i have developed it
I am making a chat application with PHP and AJAX and I want to
I am making a simple chat application and I am trying to find out
I am making a chat window, i just want that message and date time

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.