Simple Rmi Program Using Netbeans To Group

I also have no idea how I connect the 'chat.java, and message.java' either. Basically every time when you need to send something from the client to the server, it is a part of a chat and is itself a message. Is a good starting point by the way:) Back to your code: The commands need to be implemented in your client, yes. Based on what the user types, you need to do different things.

Simple

For example busy need to somehow make the other understand that if there is a message for you, it should not be delivered but instead the user should receive a message that you are busy). From what I am reading in your assignment, you need two clients to talk to each other. So the parts that you need - the status of the client (available or busy)? This can be a client only setting (allowing the server to be sending for example but rejecting it or you can have the server keep this information) - how do you connect two clients together based on the usernames (hint: when the server receives a chat message, it needs to send it to the proper recipient) - What will happen if one of them exits while the other is still chatting Just to make it easier, I would start with the chat command.

Simple Rmi Program Using Netbeans To Group Mac

Rmi

Simple Rmi Program Using Netbeans To Group 1

With all this being said - you might actually have an easier task because of 'edu.gvsu.cis.chat.Chat' that you need to implement so most likely you won't need to build the server at all. You might need to look through your notes and /home/engelsma/cs437-­work space/Lab8 they are talking about in this assignment.