Tuesday, June 15, 2021

Integrate Authentication on Jasper Report Server with LDAP Server

Jasper Report Server offers its own built-in user manangement module, but in case you want to intregate Jasper Server with the LDAP or AD to centralize user management system so you could manage user access control easier. In this case, Jasper Server also provide LDAP integration feature to integrate Jasper Server User Management Module via LDAP such as OpenLDAP or Active Directory. In this tutorial, I will show how to integrate Jasper Server with Open ldap for user authentication. Read more

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

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, I will show how to deploy deploy the report into Jasper report server by using Jasper Report Studio.Deploying reports by using is very easy. But before I could deploy the reports, I need to create datasource in the server. JasperReport Server provide many facilities to reports from Jasper Report Studio by connecting direct from the studio to the server. In this post, I will demonstate how to create JNDI datasource, JDBC datasoure, Web service and Custom Java Bean Datasource. Once creating datasource, I will deploy reports by using created datasources.Read more

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

In the enterprise world, reporting plays a very crucial part of enterprise application. In the market, there are several products such as Power BI, Oracle Business Intelligence, etc. But those of products is proprietary and comes with very expensive cost. So in this post I will demonstrate how to use jasper report server community edition for the reporting system and deploy it on Wildfly application server. Read more

Thursday, December 31, 2020

Real-Time Application with Websocket and Postgres

 On this post, I will discuss the problem about the problem I have often faced in my entire career. That is system integration. If you could imagine once you have to monitor data on database's table. Base on that change you need so show data in the page, etc. The solution for this situation, commonly most of what people will do is apply pooling. But pooling is not practical way to deal with this kind of situation. Read more

Monday, December 21, 2020

Widlfly Hiberate OGM (Object Grid Mapper) with MongoDB

In the real world of enterprise application, Relational Database Management System (RDBMS) is dominant product. There are several most widely used propeitry and opensource products, the most well known and popular propeitary products are Oracle Database, IBM DB2, Microsoft SQL Server and for the opensource products are MariaDB, PostgreSQL. The most important feature that push RDBMS to be top of the choice for database that deployed on any production application is ACID complied feature. ACID property asure data consistency, integrity and durability, but it also comes with obstacles. it is very hard to scale out the system that comply with ACID property once the data volume is grow. In some industry, ACID property is not mandatory such as IoT, BigData, AI, this is where NOSQL database comes in the picture. Recently, NOSQL database like MongoDB, CouchDB, Cassanda is becoming very popular among companies in the industry. Read more

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