Introduction to Reactive APIs With Postgres, R2DBC, Spring Data JDBC and Spring WebFlux

In this post, we are introduced to building reactive web applications using Postgres, R2DBC, Spring Data JDBC, and Spring WebFlux through sample code. Read all

Using Java 11 In Production: Important Things To Know

This post explores recent changes to the release cycle of the JDK, highlighting the latest Java 11 release, as well as its commercial and open-source versions. Read all

Secure Spring REST API Using OAuth2

In this tutorial, we demonstrate how to secure a Spring REST API using OAuth2 and the PostgreSQL database by configuring an authorization and resource server. Read all

Run a Spring Batch Job With Quartz

In this post, we take a look at how to run a Spring Batch job in Java and XML with the Quartz scheduler using two jobs to implement: tasklet and chunks. Read all

Mocking Methods for Testing Akka HTTP Routes

Here's an introductory tutorial to using Mockito to mock your methods when it comes to unit testing Akka HTTP Routes in DevOps testing on your applications. Read all

Decorator Design Pattern in Java

This tutorial demonstrates how to implement the decorator design pattern in Java through an example using the Shape class, adding behaviors to an object. Read all

Reactive Spring Security For WebFlux REST Web Services

This tutorial shows how to configure Spring Security for reactive and stateless WebFlux REST APIs with Spring Boot auto-configuration and user details service. Read all

How to Implement GET and POST Requests With Java [Snippet]

In this code snippet, we evaluate the GET and POST methods by implementing them as the sole endpoints for the request with helpful explanations and sample code. Read all

Apache Ant 1.9.13 and 1.10.5 Released, Supports Java 11 Single-file Source Programs

The JBoss project team has just released the latest versions Apache Ant. Check out this quick announcement and demonstration of how it works with Java 11. Read all

Top 30 Eclipse Keyboard Shortcuts for Java Programmers

This article demonstrates how to use 30 Eclipse keyboard shortcuts that allow Java developers to make code more efficient, with sample code and tutorial links. Read all

A Simple Blockchain in Java

A Java developer gives a brief tutorial on how to create and implement a blockchain using the Java language, in this case using the POJO method in Java. Read all

Testcontainers and Spring Boot

This article gives a tutorial and demonstrates a sample test for a JPA based Spring Boot Application using Testcontainers. Read all

Creating a Maven Archetype

This article includes a tutorial on how to create a Maven Archetype from an existing project as well as gives instructions on how to use the archetype. Read all

 

 

 

 

Top