How to use JasperReports with Play Framework

I searched the web but could not find a way to integrate JasperReports with the Play Framework. Have any of you done this before? If yes, please show me what is the best way to do this.

+4
source share
2 answers

Here is a good example of using Jasper with Play:

https://gist.github.com/1143821

+2
source

Well, that’s also a general question. Probably the easiest way is to use Jasper web services through the WS library or Java libraries. In the link , you have Java code samples.

0
source

All Articles