hi does anyone have example of client/server socket based application using Spring and Maven
where application do the following
Client sends a request with a path to any file on the server
„h Server reads the file and responds back with the content
„h Client outputs the content to the console
am trying to follow this
http://www2.sys-con.com/itsg/virtualcd/java/archives/0205/dibella/index.html
http://syntx.io/a-client-server-application-using-socket-programming-in-java/
am using java 6