Posted by: sabbour on: May 2, 2007
Yesterday when I was trying to send an XML document through a Socket in a Java program, I was having a lot of trouble in parsing the document when the receiver gets it. The parser was hanging. After a lot of research, I found out that the SAXBuilder.build() method needs an end of file (EOF) [...]