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.
Here is a good example of using Jasper with Play:
https://gist.github.com/1143821
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.