-
Enterprise Java
Using MySQL JDBC Driver With Spring Boot
In this article, I will show you how to connect a MySQL database with your Spring Boot application. Tools used…
Read More » -
Enterprise Java
PagingAndSortingRepository – How to Use With Thymeleaf
For this tutorial, I will demonstrate how to display a list of a business’ clients in Thymeleaf with pagination. 1…
Read More » -
Enterprise Java
Validation in Thymeleaf + Spring
Overview Important topics we will be discussing are dealing with null values, empty strings, and validation of input so we…
Read More » -
Enterprise Java
Building Spring Boot RESTful Service + Spring Boot Actuator
Overview What is REST? REST(REpresentational State Transfer) is the architectural style the web is built on and has become a…
Read More » -
Enterprise Java
Introducing OpenHub framework
This article introduces OpenHub framework – new open-source integration solution based on Apache Camel. The article responds to questions why you should…
Read More » -
Core Java
Introduction to Java Virtual Machine (JVM)
What is JVM A Java virtual machine (JVM) is an abstract computing machine that enables a computer to run a Java…
Read More » -
Software Development
Serverless: Building a mini producer/consumer data pipeline with AWS SNS
I wanted to create a little data pipeline with Serverless whose main use would be to run once a day,…
Read More » -
Core Java
Java Command-Line Interfaces (Part 17): jw-options
The JavaWorld article Processing command line arguments in Java: Case closed by Dr. Matthias Laux introduces a simple Java-based library…
Read More » -
Enterprise Java
AWS: Spinning up a Neo4j instance with APOC installed
One of the first things I do after installing Neo4j is install the APOC library, but I find it’s a…
Read More »