Java
-
How to setup JNDI Database Connection pool in Tomcat – Spring Tutorial Example
Setting the JNDI Database Connection pool in Spring and Tomcat is pretty easy. Tomcat server documentation gives enough information on…
Read More » -
Parallel and Asynchronous Programming in Java 8
Parallel code, which is code that runs on more than one thread, was once the nightmare of many an experienced…
Read More » -
jwt-cli: A Shell Library to Decode JSON Web Tokens (JWT Tokens)
When I started having the need of decoding JSON Web Tokens quite often, I felt the urge of writing a…
Read More » -
Get to Know JSON Merge Patch: JSON-P 1.1 Overview Series
Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…
Read More » -
Jdbi for SaaS & NoSQL
A natural interface for Java-based data integration with CRM, ERP, Accounting, Marketing Automation, NoSQL, flat files and more Jdbi is…
Read More » -
Spring MVC Tutorial
1. Introduction As an Enterprise Java Developer, one of the main focus in the job is developing web applications. With…
Read More » -
Spring Boot & JPA & Hibernate & Oracle
In this tutorial we show how to create a Spring Boot application that communicates with an Oracle data source through…
Read More » -
Optional.isEmpty() Coming to Java?
JDK-8184693 requests that the method isEmpty() be added to the Optional class introduced with JDK 8. Invoking Optional.isEmpty() would be…
Read More » -
Interacting with Cassandra using the Datastax Java driver
I’m back with more Cassandra and Java integration today this time focusing on using the Datastax Java driver rather than…
Read More »