How safe is apache Commons-javaflow while using jasperreports

Posted by Nayn on Stack Overflow See other posts from Stack Overflow or by Nayn
Published on 2010-03-08T15:54:00Z Indexed on 2010/04/17 15:43 UTC
Read the original article Hit count: 226

Hi, I am using jasperreport and trying to pass an alternate report runner.

• net.sf.jasperreports.engine.fill.JRThreadSubreportRunner: The initial thread-based implementation

• net.sf.jasperreports.engine.fill.JRContinuationSubreportRunner: A Javaflow-based implementation

I am using the second one (for the reason, it runs on tomcat server, and creating threads wouldn't be good while writing subreports). The second one depends on commons-javaflow which is a sandbox version.

Not sure if I should use it, Could somebody suggest a better way. Thanks

© Stack Overflow or respective owner

Related posts about jasper-reports

Related posts about apache-commons