Vaadin 7 - instant download of dynamically created file
问题 My scenario is: using Vaadin 7.7.10 , I have on click generated file, that I want to download once it is generated. I have generator method, that returns byte[] (could be also easily modified to any OutputStream if needed), then I create StreamResource from it. So I have the resource ready to be downloaded, but now what? I believe can't use approach with FileDownloader , because there I would have to generate the file every time the page is displayed prior to actual click on extended button