Hi All,
I believe Struts uses reflection api for populating the jsp from form
bean. Therefore, if jsp is generating a csv containing a big table with
lots of rows (like generating reports), then form bean properties has to
be called in a loop (using logic-iterate). Will this be a performance
issue (using reflection api and also jsp tags)?
As in the system user can choose to view the report either in an html or
download it in csv, we are using the single jsp to do both, only the
content type is changed based on the selection.
Sometimes, the report data can go upto 17,000 rows
Please advise me on the same and correct me if I am wrong anywhere.
KP