Using SAX with JAVA ServerSocket Class

chawwal

New Member
I am going to build a very simple instant messenger based on JAVA.I had decided to use XML & SAX to communicate between server and client.(I think it will be a good practive for my andriod programming skill. That's why I choose.)I am trying to use XMLReader, ServerSocket and BufferedReader class.But, when I googled to find out any resouces or examples to implement them, I couldn't find.Does anyone can show me an example or tell me how can I implement it?It would be highly appreciated to let me know if there is any other better way.Thank you.
 
Top