I have to design a web page which selects and exports a bunch of XML to the browser as a zip file (synchronously). Is spring batch recommended for this? or any other feature of Spring will come handy?
Thanks in advance.
|
I have to design a web page which selects and exports a bunch of XML to the browser as a zip file (synchronously). Is spring batch recommended for this? or any other feature of Spring will come handy? Thanks in advance. |
|||||||
|
|
The conversion part could be done with Spring Batch, but it would be like swatting a fly with a buick. And running a spring batch job synchronously in a browser request is theoretically possible, but far from being a good practice. |
|||
|
|