Thursday, September 25, 2014

Server and Client Updates + More!

Today I worked on modifying the server program. I added a DataOutputStream to both server and client side, and in the server, I added cases as well as some byte data sent by the client and read by the server, so now the server handles sending the complete message back to the client. It's a bit complex, but basically now I can have the server handle SQL connections without having to worry about database issues, etc.

1 comment:

  1. While I can tell from context who made this post, I'm still looking for you two to work out a way to make this blog more understandable to your readers. I just noticed the "Posted by.." at the bottom of each entry, but I would still encourage you to make the narrative clearer by avoiding the two of you using "I" in situations where it is not clear who "I" is.

    Please explain in more detail what you mean by "I can have the server handle SQL connections without having to worry about database issues, etc." What specifically are the "database issues" you are no longer worrying about? Why were they worrisome issues before? How does the DataOutputStream class alleviate these worries?

    ReplyDelete