aspose file tools
The moose likes Servlets and the fly likes Saving xml file through a java Servlet to a server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Saving xml file through a java Servlet to a server" Watch "Saving xml file through a java Servlet to a server" New topic
Author

Saving xml file through a java Servlet to a server

Bhasker Reddy
Ranch Hand

Joined: Jun 13, 2000
Posts: 176
I have an xml file coming as a stream or from a web page.
I need to write a Java Servlet that needs to take this stream
and build up the xml file , name the file using one of the tags
of the xml file. and save the file to the server.
Can any one suggest some ways to do this.
Does you guys have any code which does this.
appreciate your help


Bhasker Reddy
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Saving xml file through a java Servlet to a server
 
Similar Threads
Stream back two or more files
Occasional Connection Reset (IO Exception) Errors when POSTing to Servlet
New to servlets - a few random easy questions
Sending and receiving data through jsp and Ajax
Stream data directly into ZipOutputStream?