I have a Java Web App that i'm using. It's more of a business process web app.
I want to add a feature to it for generating reports. I want to try Jasper Reports. So I researched on about how to connect JavaWebApp to jasper report, there's results but there is nothing about the ArrayList/list.
I want the datasource as ArrayList/List because i'm using MVC framework on this project. So far all the posts, videos I found are nothing similar as they are connecting the JasperReport to a Database.
Can someone enlighten me on how to call a jasper report on a java web app and pass arrayList/List as its data source. Thanks in advance.