Redis-Based Tomcat Session Management

Learn what Tomcat clustering is and what problems it solves by working with Redis for session management by distributing requests across a cluster of servers. Read all

Understanding Java Records From Java 16

A look into what you can and cannot do In Java record classes from Java 16 release, including implementations, applications, and extensions. Read all

How to Convert JSON to XML or XML to JSON in Java

Understanding how to convert between complex file types will allow you to optimize and perfect your operations, ensuring your data is always in the ... Read all

How to Protect URLs from SSRF Threats in Java

Learn how to check URLs for standard and HTML embedded Server-Side Request Forgery attacks using APIs in Java. Read all

Kubernetes for Java Developers

There is a new class of tools for dockerizing and deploying an application to Kubernetes which are aimed at developers. The latest in that category is JKube ... Read all

How to Get Macro Information From Word and Excel in Java

To assist with the protection of your documents, the following APIs can be used in Java to identify macro information in Word or Excel files and let you ... Read all

Getter Setter: To Use or Not to Use?

An experienced Java developer goes over when, and when not, to use getters and setters as well as accessor methods in your codebase. Read all

SKP's Algorithms and Data Structures #6: Java Problem: Active Traders

This Article Series Focuses on Algorithms, Data Structures or Applying them to Problem Solving. In this Article, We Discuss the Solution to [Active Traders] ... Read all

How to Generate and Compile Sources at Runtime in Java

In this article, learn how to generate and compile sources at runtime in Java with and without class loading. Read all

How to Convert a Price from USD to EUR in Java

Here's a helpful tutorial to help you write the Java code you need to convert euros to United States dollars. Read all

 

 

 

 

Top