rery_bosy Posted August 27, 2009 Share Posted August 27, 2009 Dear all,Recently I download the Jasper server open source as I need a tool to manage my company KPI's, the product is very good as a comprehensive BI solution but I need to add some new jsp files to enhance the interface of the application but i couldn't find my way because the product has complex architecture for me. so could you please help me by describing how can I add a new JSP file into the application interface. thanks in advanceRasha Link to comment Share on other sites More sharing options...
kkelleher Posted August 27, 2009 Share Posted August 27, 2009 Rasha, It depends on what you're trying to customize:1. The input control page and report-rendering page: JasperServer has built-in support for changing these JSPs on a report-by-report basis. You can change the page that prompts users for values as well as the page that displays the actual report. You can also directly customize the pages to change them for all reports in the repository. Input control, Pop-up window or Separate Page:WEB-INF/jsp/DefaultParametersForm.jspInput Contro, Top of Page:jasperserver/WEB-INF/jsp/ReportTopParametersForm.jspReport-rendering page:/jsp/DefaultJasperViewer.jspThis is documented in the JS Ultimate Guide. 2. Menus, repository pages, JA interface etc: You'll need to be pretty techically-savvy for this, but there's a section in the in JS Ultimate guide to help you get started. Thanks, KristenPost Edited by kkelleher at 08/27/2009 19:18 Link to comment Share on other sites More sharing options...
rery_bosy Posted September 2, 2009 Author Share Posted September 2, 2009 Thanks alot for your effort , now i allready have ultimate guide.thanksRasha Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now