Enterprise Java
-
Using JUnit 5 In Pre-Java 8 Projects
This post demonstrates how JUnit 5 can be used in pre-Java 8 projects and explains why it could be a…
Read More » -
APIGEE API gateway log management with ELK (Elastic Search, Logstash and Kibana)
In this article we will see how we can manage logs generated by APIGEE API gateway with Elastic Search, Logstash…
Read More » -
Using Apache Ignite thin client – Apache Ignite insider blog
From the version 2.4.0, Apache Ignite introduced a new way to connect to the Ignite cluster, which allows communication with…
Read More » -
Bootiful Development with Spring Boot and Vue
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Certificate Transparency Verification in Java
So I had this naive idea that it would be easy to do certificate transparency verification as part of each…
Read More » -
Grails with Spring Security
1. Overview of Spring Security Integration with Grails Spring Security touts a number of authentication, authorization, instance-based, and various other…
Read More » -
API Testing and Automation 101: The Essential Guide
API stands for Application Programming Interface. Typically API is used to facilitate the interaction between two different applications by using any means of…
Read More » -
How to Pass Parameters to ActionListener in ADF
In some cases, it is required to pass a value to ActionListener of ADF Button. The method that can be…
Read More » -
Comparing Java REST Documentation Frameworks
Deciding which Java framework to choose when documenting your REST APIs can be quite the hassle. In this blogpost we…
Read More »