I have a Client Side Swing Gui that selects an xml file on the client. I need to send the xml file plus gui fields to the server for processing. I assume I take serialized data and send it over a socket? How would I use JDOM to do this? I am sorry for the basic question, but I am a new programmer.