I have to implement client server protocol over socket in java, and sending the data as XML messages, so i implement one by my self, but i want to know is there any standard API, or standard way to do this in java.
I have to implement client server protocol over socket in java, and sending the data as XML messages, so i implement one by my self, but i want to know is there any standard API, or standard way to do this in java.