Hi everyone, I want to use Spring MVC to display charts created with Jasper. I cannot find much in the way of clear documentation on how to do this. Everything I have found so far is either not applicable or missing steps. My requirements: - I need to display data stored in a database as a chart on an HTML page. - The query used to get the data to be charted, is driven by user input, meaning the user will select applicable dates and other parameters to plug into the query. - Spring DAO (jdbc) is being used to interface with the database. If for some reason spring jdbc won't work with jasper I can switch to a different tech like hibernate I have looked at the Spring documentation regarding Jasper, but it neglected to say how to create the jrxml file. How do I do this ? Will jasper work given my requirement that the sql queries are not static ? Thanks in advance ! Post Edited by paulchurchward at 12/24/2010 15:46 Post Edited by paulchurchward at 12/24/2010 15:47