In this blog, I have put articles about how to set up a system and development environment to share my experience. I hope anyone to faces any issues in their work or project could get some answers from my blog. To be honest, I have many things I want to share many things, I just keep it in my bookmark. Hopefully, I could put together all of my articles into this blog and share it with you.
Monday, December 26, 2022
Install Jasper Server on FreeBSD
Tuesday, October 4, 2022
Create Jasper Report with Custom Font
Tuesday, June 15, 2021
Integrate Authentication on Jasper Report Server with LDAP Server
Sunday, June 13, 2021
Creating and deploying report with Webservice datasource
In previous post, I have shown how to creae report in the jasper report studio and deployed the report on jasper server by using JDBC and JNDI datasource. It is very easy if you need only one database to create your reports. but what if you need to use two or more database, xml, excel files to create your reports. In this case, you need new approach to fetch all data you need from the datasources, manipulate in to single datasource and feed those data into your reports. Jasper Report Server support several datasources which included solution for this scenario. Manipluating multiple datasource into single one and allow reports consume those data could be done through,JRDataSource and Webservice datasource. In this post, I will show how to use webservice includes REST and SOAP webservice as datasource to develop and deploy the report into the server. Read more
Saturday, June 12, 2021
Deploy Jasper Report on Jasper Report Server
Saturday, April 24, 2021
Developing Report on Jasper Report Studio
Reporting is very important item in every industry. And also reporting is very dynamic change from time to time base on business requirement. Jasper report server provide the facility to allows user to customer report as per requirement. Read more.
Sunday, February 21, 2021
Installing Jasper Report Server On Wildfly
Feature Recently
Running Wildfly Application Server in Domain Mode
Wildfly application server provides two modes of how to run application one wildfly application server. It is very simple if you run your ...
Most Views
-
Once you have created report on the report studio. You are going to need to deploy your report into the server or application. In this post,...
-
In this post, I demonstrate how to set up Postgresql 12 master / slave stream (by Write Ahead Log) replication server. By utilizing this fea...
-
This post, I demonstrate concurrency management in Wildfly. Wildfly provides concurrency management as JAVA EE specification. It will allow ...