User Tools

Site Tools


jasperreports_developer_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
jasperreports_developer_guide [2022/02/21 20:03] – [JasperReports Reporting Framework] ghacheyjasperreports_developer_guide [2024/06/18 01:28] (current) ghachey
Line 21: Line 21:
   * Provide appropriate security for JasperReports Server (i.e. change default username and password at minimum) at least for production development.   * Provide appropriate security for JasperReports Server (i.e. change default username and password at minimum) at least for production development.
  
-===== Jasper Technologies Configuration =====+===== Download the Pacific EMIS Source Code =====
  
-Assuming you have already cloned the software repository and installed Jasper as in previous step you are almost ready to get startedThe first thing to do is to set your Jaspersoft Studio Workspace to point to the location where all the reports for this project are located. For example, the docs clone the software repository into the ''C:\'' directly. If you did the same then it means all reports for this software project are located in ''C:\pineapples\JaspersoftWorkspace\'' and you would change the workspace to look like the following. You can do this from main menu's ''File - Switch Workspace''.+You should first create a clone of the [[https://github.com/ghachey/pacific-emis-reports|Pacific EMIS Reports repository]] and check it out on your own computer. 
 + 
 +===== Jaspersoft Workspace ===== 
 + 
 +Set your Jaspersoft Studio Workspace to point to the location where all the reports for this project are located. For example, you may have cloned it in ''C:\Uses\Youruser\Development\JaspersoftWorkspace\'' and you would change the workspace to look like the following. You can do this from main menu's ''File - Switch Workspace''.
  
 {{ :developer-manual:jasper-workspace-switch.png?nolink |}} {{ :developer-manual:jasper-workspace-switch.png?nolink |}}
  
-Second thing, since we are using the MS SQL Server database we will need to install the [[https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=11774|SQL Server JDBC driver]]. You can install this anywhere but you will need to know where since you will need to tell Jaspersoft Studio where it is. As shown in the illustration below click on Project Explorer, MyReports and Properties. Then Java Build Path, Libraries and Add External JARs. From where you browse and locate your sqljdbcXX.jar (where XX is the latest version you have installed). Add it and Apply.+===== Jaspersoft Set Java Build Path ===== 
 + 
 +There are a few things to add to the Java build path for things to compile correctly. As shown in the illustration below click on Project Explorer, MyReports and Properties. Then Java Build Path, Libraries and Add External JARs. 
 + 
 +  * Install the [[https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15|SQL Server JDBC driver]]. 
 +  * Font extension (Jar file can be found in the Pacific EMIS Report source code repository) 
 +  * Chart customizer (Jar file can be found in the Pacific EMIS Report source code repository)
  
 {{ :developer-manual:jasper-add-jdbc-driver.png?nolink |}} {{ :developer-manual:jasper-add-jdbc-driver.png?nolink |}}
  
-Furthermore, in production some reports require the following configuration to be changed to run stored proceduresLocate the file C:\Jaspersoft\jasperreports-server-7.1.0\apache-tomcat\webapps\jasperserver-pro\WEB-INF\classes\esapi\security-config.properties and set the following+===== Jaspersoft Setup Data Adaptors ===== 
 + 
 +Setup data adaptors for all databases you will be developing forExample shown below. 
 + 
 +{{ :developer-manual:jasperstudio-create-data-adaptors.jpeg?nolink |}} 
 + 
 + 
 +===== Jaspersoft Setup Servers ===== 
 + 
 +Setup serversconnections for all databases you will be developing for. Example shown below. 
 + 
 +{{ :developer-manual:jasper-servers.png?nolink |}} 
 + 
 + 
 +===== Jaspersoft Publishing Strategy to JasperServer ===== 
 + 
 +The adopted publishing strategy for all Pacific EMIS reports is to always override all resources when reports modifications such as improvements or fixes are madeUse local resources for any subreport and link resources for the following which are on the JasperServer in a single place for better re-usability. 
 + 
 +  * Images 
 +  * Templates 
 +  * Input controls (parameters) 
 + 
 +{{ :developer-manual:jasperserver-publish-strategy-1.png?nolink |}}
  
-<code> +To make this mostly automatic you can change the following setting.
-security.validation.sql.on=false +
-</code>+
  
 +{{ ::jasperserver-publish-strategy-2.png?nolink |}}
 ===== Reports Structure ===== ===== Reports Structure =====
  
jasperreports_developer_guide.1645473803.txt.gz · Last modified: 2022/02/21 20:03 by ghachey