im working java programming assignment part intermediate course it involves server applicati
I’m working on a Java programming assignment as part of an intermediate course. It involves a server application that communicates with a simple mySQL database (one table), and accepts requests from a simple client gui application. Topics include object serialization, socket communication, and JDBC. The goals of the client/server relationship is to print out requested table queries, and to update the table with any changes requested by the client. Should be fairly straightforward, I’m just inept. I already have the connections working, but I’m just not sure how to proceed from there. Let me know if this sounds up your alley, I can send you the project description if interested, and all the connection information you need to do the assignment. Thanks