File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes redirect the generated XML file to the browser using Java servelet 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 "redirect the generated XML file to the browser using Java servelet" Watch "redirect the generated XML file to the browser using Java servelet" New topic
Author

redirect the generated XML file to the browser using Java servelet

cake naiyou
Greenhorn

Joined: Apr 29, 2011
Posts: 27
I have a java program that can create a XML file and save it. Right now, I need to create a Java servelet, which enables the user to view this created XML file when clicking a button on the web. I would like to know how to do it with Java servelet programming.
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Instead of saving it (which I assume means writing it to a FileOutputStream) just write it to the servlet response's output stream instead.

And of course you can't use the application (with its public static void main(args[]) method) as is, you would have to extract the XML-producing code from it.
 
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: redirect the generated XML file to the browser using Java servelet
 
Similar Threads
how can i set caharcter encoding in js file
how to send & by appending the URL
Servelet
How to return an object to the user in the java server programming
structure, path to a servlet