DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Enterprise AI Trend Report: Gain insights on ethical AI, MLOps, generative AI, large language models, and much more.

2024 Cloud survey: Share your insights on microservices, containers, K8s, CI/CD, and DevOps (+ enter a $750 raffle!) for our Trend Reports.

PostgreSQL: Learn about the open-source RDBMS' advanced capabilities, core components, common commands and functions, and general DBA tasks.

AI Automation Essentials. Check out the latest Refcard on all things AI automation, including model training, data security, and more.

The Latest Java Topics

article thumbnail
Java Z Garbage Collector (ZGC): Revolutionizing Memory Management
Memory management is a critical aspect of any programming language, and Java employs Garbage Collection (GC) to manage memory automatically.
January 29, 2024
by Andrei Tuchin DZone Core CORE
· 5,606 Views · 7 Likes
article thumbnail
Build an OAuth 2.0 Authorization Server With Spring Boot and Spring Security
Check out this tutorial to learn how to build an OAuth 2.0 authorization server with Spring Boot and Spring Security.
Updated January 26, 2024
by Andrew Hughes
· 140,355 Views · 12 Likes
article thumbnail
Unit Testing: Java Streams and Lambdas
While Java streams and lambdas can seem complex for unit testing, this tutorial demonstrates simplified instructions to perform unit testing in JDK8.
Updated January 26, 2024
by Yogen Rai
· 92,710 Views · 20 Likes
article thumbnail
Authorization Code Grant Flow With Spring Security OAuth 2.0
In this tutorial, learn how to implement a Spring authorization server using Spring Security OAuth2.
Updated January 26, 2024
by Amit Mishra DZone Core CORE
· 27,269 Views · 2 Likes
article thumbnail
Spring Security Authentication
Security is one of the most vital concerns for any organization. In this article, you will learn about authentication and how to integrate them with Spring MVC.
Updated January 26, 2024
by Mohamed Labouardy
· 178,994 Views · 28 Likes
article thumbnail
The State of Data Streaming With Apache Kafka and Flink in the Gaming Industry
This article covers the architectures, use cases, and case studies for data streaming with Kafka and Flink in the gaming industry, including Kakao Games, Blizzard, and MPL.
January 26, 2024
by Kai Wähner DZone Core CORE
· 4,119 Views · 1 Like
article thumbnail
MuleSoft Integrate With ServiceNow
This article explains how to define a robust API that serves the E2E feature of a ServiceNow incident management lifecycle using the MuleSoft ServiceNow connector.
January 26, 2024
by Ankur Bhuyan
· 4,235 Views · 2 Likes
article thumbnail
AnyLang: A Lightweight, Multi-Script Solution
This article illustrates how a low–cost, lightweight solution helps here with the flexibility to create rules in a programming language of one’s choice.
January 26, 2024
by Soham Sengupta
· 5,751 Views · 1 Like
article thumbnail
Mastering Exception Handling in Java CompletableFuture: Insights and Examples
CompletableFuture simplifies many aspects of concurrent programming, it's crucial to understand how to handle exceptions effectively.
January 25, 2024
by Andrei Tuchin DZone Core CORE
· 8,228 Views · 13 Likes
article thumbnail
Distributed Computing Simplified
This tutorial addresses two main advantages of distributed computing and offers three solutions to simplify, dependent on the use case.
January 24, 2024
by Fawaz Ghali, PhD DZone Core CORE
· 6,323 Views · 4 Likes
article thumbnail
Getting Started With Spring AI and PostgreSQL PGVector
Learn to build generative AI applications in Java from scratch using Spring AI and PostgreSQL pgvector.
January 24, 2024
by Denis Magda DZone Core CORE
· 6,612 Views · 8 Likes
article thumbnail
Querydsl vs. JPA Criteria, Part 6: Upgrade Guide To Spring Boot 3.2 for Spring Data JPA and Querydsl Project
In this tutorial, learn more about a solution for two issues caused by the upgrade to the latest Spring Boot 3.2 and Spring Data JPA.
January 24, 2024
by Arnošt Havelka DZone Core CORE
· 3,963 Views · 2 Likes
article thumbnail
Building gdocweb With Java 21, Spring Boot 3.x, and Beyond
Explore the journey of building gdocweb: a developer's insight into choosing Java 21, Spring Boot 3.x, and navigating tech stack challenges.
January 24, 2024
by Shai Almog DZone Core CORE
· 4,203 Views · 2 Likes
article thumbnail
Pythonic Encoding Through Functional Style: Iterable Monad
In this article, we introduce Iterable Monad in Python. We demonstrate the power of functional features and the elegance that monad can bring to Python encoding.
January 24, 2024
by Michael Wang
· 2,486 Views · 1 Like
article thumbnail
Debezium in Embedded Mode
In this tutorial, learn how to run Debezium through a Java application without the need for a standalone Debezium server running or a streaming component.
January 23, 2024
by Emmanouil Gkatziouras DZone Core CORE
· 4,718 Views · 4 Likes
article thumbnail
IntelliJ and Java Spring Microservices: Productivity Tips With GitHub Copilot
Explore productivity tips that can enhance your Java Spring Microservices development experience in IntelliJ, all made possible with the help of GitHub Copilot.
January 23, 2024
by Amol Gote DZone Core CORE
· 10,047 Views · 8 Likes
article thumbnail
The Singleton Design Pattern: Ensuring a Single Instance in Java
This article will delve into the Singleton pattern, understand its principles, explore its use cases, and provide a detailed Java implementation.
January 23, 2024
by Aditya Bhuyan
· 2,996 Views · 2 Likes
article thumbnail
Maven Dependency Scope Applied
Learn how to use Maven's dependency scope to adhere to the chosen architecture in a multi-module project.
January 22, 2024
by Maksim Kren
· 3,329 Views · 2 Likes
article thumbnail
What Is a Jagged Array in Java With Examples?
The Arrays and Multi-dimensional Arrays are before we can learn about Jagged arrays. we want to store information about students and their respective grades.
January 22, 2024
by Mahesh Sharma
· 3,407 Views · 3 Likes
article thumbnail
How To Base64 Encode or Decode Content Using APIs in Java
This article offers some high-level background for base64 encoding and provides several free API solutions for detecting, encoding and decoding base64 content.
January 21, 2024
by Brian O'Neill DZone Core CORE
· 4,472 Views · 5 Likes
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • Next

ABOUT US

  • About DZone
  • Send feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: