SlideShare a Scribd company logo
© Copyright 2000-2015 TIBCO Software Inc.
Analytics inside your Java Application
Veaceslav Chicu
schicu@tibco.com
© Copyright 2000-2015 TIBCO Software Inc.
Overview
JasperReports Library
Teodor Danciu started library in 2001, he needed to show data
from his application and export this data to different formats. He
made it open source and published on sourceforge.net and it
become popular.
© Copyright 2000-2015 TIBCO Software Inc.
Overview
What interactive reports are?
• Static reports just show data
• Interactive reports allow user to sort data, change column order,
change chart type, change formatting.
• Interactivity is possible in HTML format, standard for UI today
© Copyright 2000-2015 TIBCO Software Inc.
Overview
What analytics are?
Users always want more. They don’t want to create templates, they want
to explore data and find answers from their data in an easy and fast way.
To do this we have AdHoc reporting “analytics”, a web server application
with web ui where you can build a report while exploring and discovering
your data.
© Copyright 2000-2015 TIBCO Software Inc.
Overview
What tools we provide?
JasperReports library we’ll help you with static reporting and interactive
reports. We have a tool called Jaspersoft Studio that will help you write report
templates. Jaspersoft Server will organise work of multiple users, will give
them possibility to share reports, to run reports on a regular bases, to build
adhoc reports and dashboards. Jaspersoft Server provide a REST and
JavaScript APIs for developers, so it’s easy to use it from other applications or
embed directly into a webpage. We provide also documentation, tutorials,
forum, bugzilla, issue tracker and support.
© Copyright 2000-2015 TIBCO Software Inc.
Overview
Agenda
I’ll explain you how to:
use JasperReports in a java application
how to use Jaspersoft Studio
how to create AdHoc reports with Jaspersoft Server
© Copyright 2000-2015 TIBCO Software Inc.
Jasper Reports Library
Let’s look at Jasper Reports Library
Big Overview
© Copyright 2000-2015 TIBCO Software Inc.
Jasper Reports Library
Architecture
template.jrxml
REPORT
pdf
excel
html
xml
csv
text
JasperReports
Library
DATA
jdbc
csv
hibernate
mongodb
cassandra
json
xml
© Copyright 2000-2015 TIBCO Software Inc.
Jasper Reports Library
How to use it? Basic example
Connection c = … ;// create SQL Connection
JasperDesign jasperDesign = JRXmlLoader.load(“/home/template.jrxml”);
JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign);
JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, new HashMap(), c);
JasperExportManager.exportReportToPdfFile(jasperPrint, “/home/report.pdf");
© Copyright 2000-2015 TIBCO Software Inc.
Jasper Reports Library
What is Jaspersoft Studio
Big Overview
© Copyright 2000-2015 TIBCO Software Inc.
Jaspersoft Studio
Demo
Better is to see how it works …
© Copyright 2000-2015 TIBCO Software Inc.
Jasper Reports Library
And JasperReports Server
Big Overview
© Copyright 2000-2015 TIBCO Software Inc.
JasperReports Server
What is it? Why I need it?
Help organise work of multiple users. A central repository for reporting
objects, scheduling, security, simplify report management (deployment).
Provide user interfaces for fast report creation. Allows embedding
visualisations, reports into the webpages. Provides REST api for third
party applications.
And it’s not a server, it’s a webapp.
© Copyright 2000-2015 TIBCO Software Inc.
Jaspersoft Studio
Demo
Better is to see how it works …
15
Questions & Answers
Thank you!
© Copyright 2000-2015 TIBCO Software Inc.
Veaceslav Chicu
schicu@tibco.com

More Related Content

PDF
Introduction to Jasper Reports
PDF
A Short Intorduction to JasperReports
PDF
Jasper Reports
PPTX
Introduction to java Jasper Report with Server & iReport
PPT
Advanced Jasper Reports
PPTX
Jaspersoft Studio Quick Start Guide
PPTX
Spring.new hope.1.3
PPT
Spring Boot. Boot up your development
Introduction to Jasper Reports
A Short Intorduction to JasperReports
Jasper Reports
Introduction to java Jasper Report with Server & iReport
Advanced Jasper Reports
Jaspersoft Studio Quick Start Guide
Spring.new hope.1.3
Spring Boot. Boot up your development

What's hot (19)

PPT
"Spring Boot. Boot up your development" Сергей Моренец
PPTX
Introduction to Spring Framework
PPTX
Introduction to spring boot
PPTX
Mongo db
PPTX
Spring Web flow. A little flow of happiness
PDF
SQL INJECTIONS EVERY TESTER NEEDS TO KNOW
PPTX
A Designer's Intro to Oracle JET
PPTX
Spring boot
PDF
Moving to the APEX Listener
PDF
SEGAP - Technical overview
PDF
Spring Boot
PDF
Rediscovering Spring with Spring Boot(1)
PDF
Spring Boot and Microservices
PPTX
Salesforce ANT migration
PPTX
Force.com Migration Tool
PDF
Spring boot introduction
PDF
Spring Boot
PPTX
Introduction to CodeIgniter
PPTX
Lighting talk android espesso recorder
"Spring Boot. Boot up your development" Сергей Моренец
Introduction to Spring Framework
Introduction to spring boot
Mongo db
Spring Web flow. A little flow of happiness
SQL INJECTIONS EVERY TESTER NEEDS TO KNOW
A Designer's Intro to Oracle JET
Spring boot
Moving to the APEX Listener
SEGAP - Technical overview
Spring Boot
Rediscovering Spring with Spring Boot(1)
Spring Boot and Microservices
Salesforce ANT migration
Force.com Migration Tool
Spring boot introduction
Spring Boot
Introduction to CodeIgniter
Lighting talk android espesso recorder
Ad

Viewers also liked (13)

PDF
Jaspersoft Studioチュートリアル1 - レポートの作成
PPTX
Embedding Jaspersoft into your PHP application
ODP
Japer Reports
PPTX
C* Summit EU 2013: Leveraging the Power of Cassandra: Operational Reporting a...
RTF
Clases jasper report
PDF
Promise Object in Windows Store App
PPTX
Jasper Report - Lesson
PDF
Jaspersoft Reporting v5
PDF
Jasper reports in 3 easy steps
PPTX
Mobile Web Development from Scratch
PDF
BatchJobService
PPT
Open Source Reporting Tool Comparison
PPT
Captcha ppt
Jaspersoft Studioチュートリアル1 - レポートの作成
Embedding Jaspersoft into your PHP application
Japer Reports
C* Summit EU 2013: Leveraging the Power of Cassandra: Operational Reporting a...
Clases jasper report
Promise Object in Windows Store App
Jasper Report - Lesson
Jaspersoft Reporting v5
Jasper reports in 3 easy steps
Mobile Web Development from Scratch
BatchJobService
Open Source Reporting Tool Comparison
Captcha ppt
Ad

Similar to "Analytics inside your Java application", Part 2, jDays 2015 Speaker: "Veaceslav Chicu" (20)

PPTX
Building Your First Report With Jaspersoft
PPTX
Make your application stand out with bi that blends in
PPTX
Introduction to jaspersoft7 customer webinar
PPTX
Back to [Jaspersoft] basics: visualize.js 101
PPTX
Growth hacking in the age of Data
PPTX
Upgrading to TIBCO Jaspersoft 7 with The Customer Success Team
PDF
How to Apply Big Data Analytics and Machine Learning to Real Time Processing ...
PDF
TIBCO Jaspersoft Visualize.js
PPTX
JASPERSOFT LIVE DEMO - NAM
PPTX
Business Intelligence Tool Jaspersoft
PPT
HTML5 based PivotViewer for Visualizing LInked Data
PDF
Tibco Augmented Intelligence - Analytics, IoT, Big Data, Streaming 20161025
PDF
Webinar: Open Source Business Intelligence Intro
DOCX
Tejaswi Desai Resume ASP Dot Net WPF WCF MVC LINQ Agile
PDF
Beyond PowerPlay: Choose the Right OLAP Tool for Your BI Environment (Cognos...
DOCX
AhmedReda
PDF
Streams GitHub Products Overview for IBM InfoSphere Streams V4.0
PPTX
Ads team12 final_project_presentation
DOCX
Accenture Inc CV
Building Your First Report With Jaspersoft
Make your application stand out with bi that blends in
Introduction to jaspersoft7 customer webinar
Back to [Jaspersoft] basics: visualize.js 101
Growth hacking in the age of Data
Upgrading to TIBCO Jaspersoft 7 with The Customer Success Team
How to Apply Big Data Analytics and Machine Learning to Real Time Processing ...
TIBCO Jaspersoft Visualize.js
JASPERSOFT LIVE DEMO - NAM
Business Intelligence Tool Jaspersoft
HTML5 based PivotViewer for Visualizing LInked Data
Tibco Augmented Intelligence - Analytics, IoT, Big Data, Streaming 20161025
Webinar: Open Source Business Intelligence Intro
Tejaswi Desai Resume ASP Dot Net WPF WCF MVC LINQ Agile
Beyond PowerPlay: Choose the Right OLAP Tool for Your BI Environment (Cognos...
AhmedReda
Streams GitHub Products Overview for IBM InfoSphere Streams V4.0
Ads team12 final_project_presentation
Accenture Inc CV

More from hamidsamadi (7)

PDF
"Real-time data processing with Spark & Cassandra", jDays 2015 Speaker: "Duy-...
PDF
"Getting familiar with Spring Boot", jDays 2015 Speaker: "Mattias Severson"
PDF
HTTP 2.0 & Java: Current Status", Part 1, jDays 2015 Speaker: "Simone Bordet
PDF
JCache is here. Say goodbye to proprietary Caching API's", jDays 2015 Speaker...
PDF
Git workflows á la-carte, Presenation at jdays2013 www.jdays.se by Nicola Pao...
PDF
Facebook Graph Search by Ole martin mørk for jdays2013 Gothenburg www.jdays.se
PDF
Java overview 20131022
"Real-time data processing with Spark & Cassandra", jDays 2015 Speaker: "Duy-...
"Getting familiar with Spring Boot", jDays 2015 Speaker: "Mattias Severson"
HTTP 2.0 & Java: Current Status", Part 1, jDays 2015 Speaker: "Simone Bordet
JCache is here. Say goodbye to proprietary Caching API's", jDays 2015 Speaker...
Git workflows á la-carte, Presenation at jdays2013 www.jdays.se by Nicola Pao...
Facebook Graph Search by Ole martin mørk for jdays2013 Gothenburg www.jdays.se
Java overview 20131022

Recently uploaded (20)

PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Nekopoi APK 2025 free lastest update
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
Introduction to Artificial Intelligence
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
System and Network Administration Chapter 2
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
System and Network Administraation Chapter 3
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
Essential Infomation Tech presentation.pptx
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
L1 - Introduction to python Backend.pptx
Design an Analysis of Algorithms II-SECS-1021-03
CHAPTER 2 - PM Management and IT Context
Nekopoi APK 2025 free lastest update
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Introduction to Artificial Intelligence
Navsoft: AI-Powered Business Solutions & Custom Software Development
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
System and Network Administration Chapter 2
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
VVF-Customer-Presentation2025-Ver1.9.pptx
Softaken Excel to vCard Converter Software.pdf
How to Choose the Right IT Partner for Your Business in Malaysia
System and Network Administraation Chapter 3
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Essential Infomation Tech presentation.pptx
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
2025 Textile ERP Trends: SAP, Odoo & Oracle
L1 - Introduction to python Backend.pptx

"Analytics inside your Java application", Part 2, jDays 2015 Speaker: "Veaceslav Chicu"

  • 1. © Copyright 2000-2015 TIBCO Software Inc. Analytics inside your Java Application Veaceslav Chicu schicu@tibco.com
  • 2. © Copyright 2000-2015 TIBCO Software Inc. Overview JasperReports Library Teodor Danciu started library in 2001, he needed to show data from his application and export this data to different formats. He made it open source and published on sourceforge.net and it become popular.
  • 3. © Copyright 2000-2015 TIBCO Software Inc. Overview What interactive reports are? • Static reports just show data • Interactive reports allow user to sort data, change column order, change chart type, change formatting. • Interactivity is possible in HTML format, standard for UI today
  • 4. © Copyright 2000-2015 TIBCO Software Inc. Overview What analytics are? Users always want more. They don’t want to create templates, they want to explore data and find answers from their data in an easy and fast way. To do this we have AdHoc reporting “analytics”, a web server application with web ui where you can build a report while exploring and discovering your data.
  • 5. © Copyright 2000-2015 TIBCO Software Inc. Overview What tools we provide? JasperReports library we’ll help you with static reporting and interactive reports. We have a tool called Jaspersoft Studio that will help you write report templates. Jaspersoft Server will organise work of multiple users, will give them possibility to share reports, to run reports on a regular bases, to build adhoc reports and dashboards. Jaspersoft Server provide a REST and JavaScript APIs for developers, so it’s easy to use it from other applications or embed directly into a webpage. We provide also documentation, tutorials, forum, bugzilla, issue tracker and support.
  • 6. © Copyright 2000-2015 TIBCO Software Inc. Overview Agenda I’ll explain you how to: use JasperReports in a java application how to use Jaspersoft Studio how to create AdHoc reports with Jaspersoft Server
  • 7. © Copyright 2000-2015 TIBCO Software Inc. Jasper Reports Library Let’s look at Jasper Reports Library Big Overview
  • 8. © Copyright 2000-2015 TIBCO Software Inc. Jasper Reports Library Architecture template.jrxml REPORT pdf excel html xml csv text JasperReports Library DATA jdbc csv hibernate mongodb cassandra json xml
  • 9. © Copyright 2000-2015 TIBCO Software Inc. Jasper Reports Library How to use it? Basic example Connection c = … ;// create SQL Connection JasperDesign jasperDesign = JRXmlLoader.load(“/home/template.jrxml”); JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign); JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport, new HashMap(), c); JasperExportManager.exportReportToPdfFile(jasperPrint, “/home/report.pdf");
  • 10. © Copyright 2000-2015 TIBCO Software Inc. Jasper Reports Library What is Jaspersoft Studio Big Overview
  • 11. © Copyright 2000-2015 TIBCO Software Inc. Jaspersoft Studio Demo Better is to see how it works …
  • 12. © Copyright 2000-2015 TIBCO Software Inc. Jasper Reports Library And JasperReports Server Big Overview
  • 13. © Copyright 2000-2015 TIBCO Software Inc. JasperReports Server What is it? Why I need it? Help organise work of multiple users. A central repository for reporting objects, scheduling, security, simplify report management (deployment). Provide user interfaces for fast report creation. Allows embedding visualisations, reports into the webpages. Provides REST api for third party applications. And it’s not a server, it’s a webapp.
  • 14. © Copyright 2000-2015 TIBCO Software Inc. Jaspersoft Studio Demo Better is to see how it works …
  • 15. 15 Questions & Answers Thank you! © Copyright 2000-2015 TIBCO Software Inc. Veaceslav Chicu schicu@tibco.com