Jump to content

new jsp file


rery_bosy

Recommended Posts

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 advance

Rasha

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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.jsp

Input Contro, Top of Page:
jasperserver/WEB-INF/jsp/ReportTopParametersForm.jsp

Report-rendering page:
/jsp/DefaultJasperViewer.jsp

This 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,

 

Kristen



Post Edited by kkelleher at 08/27/2009 19:18
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...