My application (Wicket framework with Java EE) has a wizard-like style and generates a xml file. I would like to offer the user a button, with which the file can be downloaded. How can I offer such a function, preferably without saving the file on a server?
Any help would be really appreciated