I need help on this two assignments:
# 1- Write a client and server, Java Swing application using socket connections that allows the client to specify a filename to the server in a Textfield and the server send the contents of the file back to the client if it exists. If the file does not exist, then it should send back an appropriate error message instead. Submit your zipped NetBeans project with all files, essay, and screenshots demonstrating your code runs. In both the Client and the Server a JTextArea must reflect the messages sent and received in both the client and the server in order to give the user feedback.
# 2- Modify the client server application developed for phase 1 DB1 to allow the client to modify the contents of the file and send it back to the server for storage. The user should be able to edit the file in a JTextArea then click a save changes button to send the file back to the server. Submit your zipped NetBeans project with all files, essay, and screenshots demonstrating your code runs. Your essay should discuss any challenges you encountered including compilation errors, logic errors, or runtime errors you had to resolve. Please post your essay to the DB.
I need help to get this going...