Skip to main content
Post Closed as "Needs more focus" by gbjbaanb, gnat, Ixrec, CommunityBot, Thomas Owens
I have added performance tag to make question's scope acurate. It was ok already, just adding the suebject that left which I think is the core of the question
Link
JAVA IS NOT AN ACRONYM...
Source Link
yannis
  • 39.7k
  • 40
  • 185
  • 218

Exportting Exporting huge data into XLS in a web application

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.

Exportting huge data into XLS in a web application

I am developing a web application in JAVA/J2EE, in which i 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 i can improve the performance.

Note : I had tried JExcel API earlier and then moved to DynamicJasper API.

Exporting huge data into XLS in a web application

I am developing a web application in Java/J2EE, in which I 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 I can improve the performance?

I had tried JExcel API earlier and then moved to DynamicJasper API.

Source Link
Hariharbalaji
  • 147
  • 1
  • 1
  • 2

Exportting huge data into XLS in a web application

I am developing a web application in JAVA/J2EE, in which i 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 i can improve the performance.

Note : I had tried JExcel API earlier and then moved to DynamicJasper API.