Enterprise Java
-
Spring Boot Remove Embedded Tomcat Server, Enable Jetty Server
A quick guide to exclude embedded tomcat server in spring boot application and adding Jetty Server Instead. Configuration to remove…
Read More » -
Custom HTTP Header with the HttpClient
A quick guide to set custom HTTP Header in Apache HTTPClient request. On HttpRequest call setHeader() method to set HttpHeaders…
Read More » -
HttpClient 4 API – Get the Status Code -getStatusLine().getStatusCode() Example
A quick guide to get the status code in the HttpClient API. getStatusLine().getStatusCode() Example and related errors. 1. Introduction In…
Read More » -
Encrypt with OpenSSL, Decrypt with Java, Using OpenSSL RSA Public Private Keys
Abstract In 2017 I wrote a 3 part series on choosing the best hashing and encryption algorithms. While doing the…
Read More » -
Latest 20+ JMS Interview Questions and Answers (2020)
A quick walk through to JMS(Java Message Service) frequently asked interview questions and answers. The lastest questions from 2020 are…
Read More » -
AWS Alarms for Application Errors
Monitoring is key for any real-world application. You have to know what’s happening and be alerted in real time if…
Read More » -
Long Live ETL
Extract transform load is process for pulling data from one datasystem and loading into another datasystem. Datasystem involved are called…
Read More » -
Invoking Different Secure WCF SOAP Services using SoapUI – Basic Authentication, Part II
In the first post of this series, we created a basic authentication service to be invoked using SoapUI. Therefore, in this second…
Read More » -
Invoking Different Secure WCF SOAP Services using SoapUI – Basic Authentication, Part I
In this series divided into three-part, I will demonstrate how to use the SoapUI API tool to invoke a secured…
Read More »