Developer(s) | Jaspersoft |
---|---|
Stable release | 7.0.1 [1] / 8 October 2024 |
Repository | JasperReports Repository |
Operating system | Cross-platform |
Available in | Multilingual |
Type | Enterprise Reporting |
License | LGPL |
Website | JasperReports Website |
JasperReports is an open source Java reporting tool that can write to a variety of targets, such as: screen, a printer, into PDF, [2] HTML, Microsoft Excel, RTF, ODT, comma-separated values (CSV), XSL, [2] or XML files.
It can be used in Java-enabled applications, including Java EE or web applications, to generate dynamic content. It reads its instructions from an XML or .jasper
file.
JasperReports is part of the Lisog open source stack initiative.
JasperReports is an open source reporting library that can be embedded into any Java application. Features include:
For users with more sophisticated report management requirements, reports designed for JasperReports can be easily imported into the JasperServer—the interactive report server.
![]() | |
Company type | subsidiary |
---|---|
Industry | Business intelligence |
Founded | 2002 |
Headquarters | San Francisco , United States |
Key people | Teodor Danciu, JasperReports; Al Campa, Founder; Brian Gentile, CEO |
Products | Jaspersoft BI [6] |
Parent | TIBCO |
Website | jaspersoft |
Teodor Danciu began work on JasperReports in June 2001; the SourceForge project was registered in September 2001 [7] and JasperReports 0.1.5 was released on November 3, 2001. [8]
Jaspersoft was founded as Panscopic by Al Campa, CEO, and Raj Bhargava, VP of Products in 2001. Panscopic raised $23M from Doll Capital, Discovery Ventures, Morgenthaler Ventures, and Partech. In 2004, Panscopic teamed up with Teodor Danciu, [9] acquired the intellectual property of JasperReports, and changed the name of the company to Jaspersoft. Brian Gentile became CEO in 2007.
JasperReports Version 1.0 was released on July 21, 2005. [10] The code was originally licensed under a copyleft JasperReports License [7] and later moved to GNU Lesser General Public License.
Jaspersoft's main related product is JasperReports Server, a Java EE web application that provides advanced report server capabilities such as report scheduling and permissions. It is available under an open source license for use in conjunction with open source infrastructure such as MySQL and JBoss, or a commercial license for enterprise deployments involving commercial databases and application servers.
Jaspersoft provides commercial software around the JasperReports product, and negotiate contracts with software developers that wish to embed the JasperReports engine into a closed source product. Jaspersoft is a gold partner with MySQL, [11] and JasperReports was included in the PostgreSQL distribution Bizgres version 0.7. [12] [13] [14]
In 2007, Ingres Corporation partnered with Jaspersoft and rPath start-up to release a Business Intelligence software based appliance called Icebreaker BI. [15] It consisted of the Ingres 2006 database with rPath Linux and business intelligence tools from JasperSoft. [16] Although the Icebreaker BI Appliance package included no hardware, Ingres called it an appliance because all the components of the software stack were tightly integrated and the company supported all the software itself. [17]
On April 28, 2014, TIBCO announced its acquisition of Jaspersoft. [18]
JasperReports reports are defined in an XML file format, called JRXML, [2] which can be hand-coded, generated, or designed using a tool. The file format is defined by a document type definition or XML schema for newer versions, providing limited interoperability. [19] [2] JRXML files have the filename extension .jrxml
.
A .jasper
file is a compiled version of a .jrxml
file. [2] iReport does the compilation on the fly, but the compilation can also get achieved at runtime using the JasperCompileManager class.
Several Java integrated development environments, such as NetBeans, Eclipse and IBM Websphere Studio Application Developer [20] provide instructions for users wishing to integrate JasperReports into a project. [21]
JasperReports has been the focus of several academic papers on code refactoring.