I am developing a web application in JAVAJava/J2EE, in which iI have export functionality. I have used Jasper for the same. The issue is when trying to export a huge set of data it is consuming a lot of time.
Is there any design approach for export functionality so that iI can improve the performance.?
Note : I had tried JExcel API earlier and then moved to DynamicJasper API.