Hi,
I was wondering whether it is possible to send a csv file as a response from a
servlet without actually creating/storing it on the server.
The way I have solved it at the moment is that whenever i get a request from the client a create the file on the server and it is stored on the HD on the server. Then it is sent as a response.
Is it possible to create and send a csv file as a response "on the fly" rather than creating the file on the HD?
Thanks for any advice and help.