JASPER REPORTS WITH SPRING BOOT

preview_player
Показать описание
Hi Friends,

#GainJavaKnowledge #JasperReports #SpringBoot
Welcome to this channel Gain Java Knowledge. We are providing best content of Java in videos.
In this video we will learn , How to generate Jasper reports in PDF and HTML format with Spring boot application.

DOWNLOAD JASPERSOFT STUDIO :
=============================

Spring Boot Tutorial :
---------------------------------
Рекомендации по теме
Комментарии
Автор

its clear my doubts about jasper reports.👌😊😊

agameducation
Автор

Awesome .. Got my dose for today. Though some of us might know this stuff it's your presentation and explaination attracts us to the videos... I love to watch your videos.

letslearnwithfun
Автор

Getting JRE exception: unable to load, please share your idea

hamsalatha
Автор

Hi thanks how to export in xlsx files in spring boot ?

luiscevallos
Автор

thank you, but i have this error java.lang.RuntimeException: Error retrieving field value from bean: first_name.
what does it mean, thanks in advance

mahmoudtimoumi
Автор

What if you have 2 list ? a userlist and a carlist?

genesisbriones
Автор

Thank you for your video. Assume that we have the following example:

Employee class
int id;
string firstName;
string lastName;
string department;
// extra attribute
List<WorkedDayAndHours> dayAndHours;

WorkedDayAndHours class
date workedDay;
int workedHours;

Is it possible to have a List<WorkedDayAndHours> in the Employee class and create a jasperreport using that field as well?

I would like to have the following report structure:
ID | First Name | Last Name | Department | Worked Day | Worked Hours
1 | Nick | Smith | Security | 12/03/2021 | 8
2 | Nick | Smith | Security | 14/04/2021 | 10

I know that there are some redundant values. I just wanted to see how to implement it. Thank you!

ainigma
Автор

Can we create different excel sheets using jasper report and spring boot? Assume that we have an excel with 2 sheets. Can we use jasper to populate 1 sheet with one query and another sheet with another query? Eventually, we should have 1 excel file with 2 sheets

ainigma
Автор

hi! i have a problem with the absolute path, can u help me?

DANOSO
Автор

Nice video, but how can I download the pdf instead of saving it in a directory ?

GtaFixe
Автор

Hi
I get this exception
lineNumber: 1; columnNumber: 1; Premature end of file.
While compiling the file.
Can you help me to resolve?

kousikup