[jdom-interest] Re: Newbie JDOM serializing

Nicholas Sushkin nsushkin at users.sourceforge.net
Tue Aug 24 12:37:39 PDT 2004


On Tuesday 24 August 2004 15:00, jdom-interest-request at servlets.com wrote: 

> Message: 6
> Date: Tue, 24 Aug 2004 12:46:55 -0600 (MDT)
> From: "Johnson, Kaerstin" <johns218 at regis.edu>
> Subject: [jdom-interest] Newbie JDOM serializing 
> To: jdom-interest at jdom.org
> Message-ID: <57680.192.31.106.34.1093373215.squirrel at mail1.regis.edu>
> Content-Type: text/plain;charset=iso-8859-1
> 
> 
> 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.
> 


If your server is a web server like Apache, Tomcat, or even an app server like BEA,
you can try using Jakarta HttpClient, specifically PostMethod. 

See

http://jakarta.apache.org/commons/httpclient/

and

http://jakarta.apache.org/commons/httpclient/methods/post.html
-- 
Nick


More information about the jdom-interest mailing list