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

How are you handling the data revolution? We want your take on what's real, what's hype, and what's next in the world of data engineering.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

SBOMs are essential to circumventing software supply chain attacks, and they provide visibility into various software components.

The Latest Java Topics

article thumbnail
Understanding Immutable Objects in Java
This article is an in-depth guide to immutability in programming, its advantages, challenges, and how Java's Record classes simplify creating immutable objects.
December 30, 2024
by Gaurav Gaur DZone Core CORE
· 5,938 Views · 6 Likes
article thumbnail
A Beginner’s Guide to JUnit 5
This tutorial blog is a beginner's guide to start using JUnit 5. It provides details about setup, configuration and basic JUnit 5 methods.
December 30, 2024
by Faisal Khatri DZone Core CORE
· 5,562 Views · 2 Likes
article thumbnail
Ulyp: Recording Java Execution Flow for Faster Debugging
The article introduces Ulyp, an agent that can record the Java/Kotlin app execution flow. The tool can help understand code faster and debug more efficiently.
December 25, 2024
by Andrey Cheboksarov
· 7,247 Views · 2 Likes
article thumbnail
Understanding Root Causes of Out of Memory (OOM) Issues in Java Containers
Explore the various types of out-of-memory errors that can happen in Java container applications and discuss methods to identify their root causes.
December 23, 2024
by Josson Paul Kalapparambath
· 8,550 Views · 11 Likes
article thumbnail
Java 21 Features: A Detailed Look at the Most Important Changes in the New LTS Release
Let’s analyze the most important Java 21 features, check out how they work in practice, and try to predict their significance for the future of this technology.
December 23, 2024
by Arkadiusz Rosloniec
· 16,577 Views · 15 Likes
article thumbnail
How to Test PATCH Requests for API Testing With Playwright Java
This tutorial demonstrates how to test PATCH requests using the Playwright Java framework for API testing, using examples of partially updating data of an API.
December 20, 2024
by Faisal Khatri DZone Core CORE
· 13,221 Views · 3 Likes
article thumbnail
Using Java Class Extension Library for Data-Oriented Programming - Part 2
Effectively separate data from domain-specific logic in data-oriented programming, utilizing dynamic extensions with the Java Class Extension Library.
December 19, 2024
by Gregory Ledenev
· 6,501 Views · 1 Like
article thumbnail
Charge Vertical Scaling With the Latest Java GCs
The latest generations of GC bring far-reaching consequences for running Java applications. This article intends to highlight the effects of ZGC and Shenandoah.
December 17, 2024
by Dmitry Chuyko
· 7,558 Views · 1 Like
article thumbnail
Dropwizard vs. Micronaut: Unpacking the Best Framework for Microservices
Discover the best option for building efficient and scalable microservices by reading this comparison of Dropwizard and Micronaut frameworks.
December 16, 2024
by Nilesh Jain
· 16,206 Views · 5 Likes
article thumbnail
Enabling Behavior-Driven Service Discovery: A Lightweight Approach to Augment Java Factory Design Pattern
The Factory Pattern is one of the popular creational design patterns in Java. This post aims to augment the pattern to improve readability and maintainability.
December 13, 2024
by Soham Sengupta
· 7,049 Views · 4 Likes
article thumbnail
How to Test PUT Requests for API Testing With Playwright Java
This tutorial demonstrates how to test PUT requests using the Playwright Java framework for API testing, including examples of updating data of an API.
December 11, 2024
by Faisal Khatri DZone Core CORE
· 10,177 Views · 3 Likes
article thumbnail
Understanding Functional Programming: A Quick Guide for Beginners
This quick and simple guide to functional programming concepts covers pure functions, immutability, and declarative coding for cleaner, predictable code.
December 10, 2024
by Sri Harshitha Yarra
· 9,317 Views · 8 Likes
article thumbnail
How to Test GET Requests With Playwright Java for API Testing
This tutorial teaches how to test GET requests using the Playwright Java framework for API testing, with examples of fetching data from an API and handling errors.
December 4, 2024
by Faisal Khatri DZone Core CORE
· 4,847 Views · 4 Likes
article thumbnail
Configurable Feign Client Retry With Reusable Library and DRY
Learn how to implement and expose common retry features for Feign clients through application configuration, using the Spring Cloud Framework efficiently.
December 4, 2024
by Jitender Jain
· 6,486 Views · 3 Likes
article thumbnail
Simplify NoSQL Database Integration in Java With Eclipse JNoSQL 1.1.3
Eclipse JNoSQL 1.1.3 simplifies NoSQL for Java with enhanced Redis, ArangoDB, Oracle NoSQL, and more. Easily switch databases using Jakarta specs.
December 3, 2024
by Otavio Santana DZone Core CORE
· 6,753 Views · 1 Like
article thumbnail
Why ‘mvn install’ May Risk Your Builds
Learn the risks of using 'mvn install' on build servers, how it affects artifacts, and solutions to avoid issues with feature branches and dependencies.
December 3, 2024
by Gunter Rotsaert DZone Core CORE
· 4,208 Views · 1 Like
article thumbnail
How to Test POST Requests With Playwright Java for API Testing
This tutorial teaches how to send POST requests using the Playwright Java framework for API testing, with examples for order creation and handling errors.
November 28, 2024
by Faisal Khatri DZone Core CORE
· 5,791 Views · 5 Likes
article thumbnail
Choosing the Right Caching Strategy
This article explores different caching strategies, such as in-memory, distributed, and hybrid approaches, for optimizing performance in microservices or mono.
November 27, 2024
by Ilia Ivankin
· 4,701 Views · 2 Likes
article thumbnail
Using Java Class Extension Library for Data-Oriented Programming
Discover an OOP approach to effectively separate data from domain-specific logic in data-oriented programming, utilizing the Java Class Extension Library.
November 26, 2024
by Gregory Ledenev
· 4,849 Views · 3 Likes
article thumbnail
Dust Actors and Large Language Models: An Application
Use Dust Java Actors to create a pipeline that automatically finds, reads, and extracts specific info from news articles based on your topic of interest.
November 25, 2024
by Alan Littleford
· 4,083 Views
  • Previous
  • ...
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • Next

ABOUT US

  • About DZone
  • Support and 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
  • [email protected]

Let's be friends: