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 does AI transform chaos engineering from an experiment into a critical capability? Learn how to effectively operationalize the chaos.

Data quality isn't just a technical issue: It impacts an organization's compliance, operational efficiency, and customer satisfaction.

Are you a front-end or full-stack developer frustrated by front-end distractions? Learn to move forward with tooling and clear boundaries.

Developer Experience: Demand to support engineering teams has risen, and there is a shift from traditional DevOps to workflow improvements.

The Latest Java Topics

article thumbnail
Introducing Graph Concepts in Java With Eclipse JNoSQL, Part 2: Understanding Neo4j
Learn how to integrate Neo4j into Java apps using Eclipse JNoSQL 1.1.8 — model entities, define relationships, and query graphs with Cypher and Jakarta Data.
May 28, 2025
by Otavio Santana DZone Core CORE
· 4,202 Views · 1 Like
article thumbnail
Simpler Data Transfer Objects With Java Records
See how applications could elegantly organize and implement DTOs using Java records, especially in case of read-only operations.
May 28, 2025
by Horatiu Dan
· 2,899 Views · 2 Likes
article thumbnail
How to Introduce a New API Quickly Using Micronaut
Knowing when to pivot can be vital to staying ahead of the competition. See how Cursor AI and Heroku can be leveraged to transform an idea into a reality.
May 28, 2025
by John Vester DZone Core CORE
· 13,031 Views · 2 Likes
article thumbnail
Introducing Graph Concepts in Java With Eclipse JNoSQL
Harness the power of graph databases in Java using Eclipse JNoSQL and Jakarta Data — model rich relationships with Neo4j or TinkerPop and write smarter, connected apps.
May 27, 2025
by Otavio Santana DZone Core CORE
· 3,531 Views
article thumbnail
Using Java Stream Gatherers To Improve Stateful Operations
Explore how Java 24's Stream Gatherers improve stateful stream processing, using a real example: calculating percentage changes in stock quote data.
May 27, 2025
by Sven Loesekann
· 3,759 Views · 3 Likes
article thumbnail
Chat With Your Knowledge Base: A Hands-On Java and LangChain4j Guide
In this hands-on guide, you will learn to build a Java RAG chat application with LangChain4j to query your custom knowledge base.
May 22, 2025
by A N M Bazlur Rahman DZone Core CORE
· 4,647 Views · 6 Likes
article thumbnail
How to Merge HTML Documents in Java
Merging HTML content in Java is more challenging than it sounds. This article covers some major difficulties of merging HTML and suggests a few API solutions.
May 21, 2025
by Brian O'Neill DZone Core CORE
· 3,626 Views · 2 Likes
article thumbnail
Enforcing Architecture With ArchUnit in Java
In this article, we will discuss implementing architectural rules in code using ArchUnit, emphasizing its effectiveness over traditional documentation.
May 21, 2025
by Gunter Rotsaert DZone Core CORE
· 5,902 Views · 6 Likes
article thumbnail
How To Introduce a New API Quickly Using Quarkus and ChatGPT
Stepping outside of my comfort zone, let’s see how quickly we can introduce an API-First-driven RESTful by leveraging ChatGPT, Quarkus, and Heroku.
May 21, 2025
by John Vester DZone Core CORE
· 14,597 Views · 3 Likes
article thumbnail
The Future of Java and AI: Coding in 2025
Explore how Java developers are leveraging AI and modern frameworks like Quarkus to build cutting-edge applications in 2025.
May 21, 2025
by Daniel Oh DZone Core CORE
· 3,997 Views · 3 Likes
article thumbnail
Tired of Spring Overhead? Try Dropwizard for Your Next Java Microservice
You'll learn how to set up your first Dropwizard project, create a RESTful API, and run it with an embedded Jetty server — all using minimal boilerplate.
May 20, 2025
by Mohit Menghnani
· 5,641 Views · 5 Likes
article thumbnail
Using Python Libraries in Java
This article discusses how Python libraries can be integrated into Java by presenting real-world examples and Jython samples.
May 16, 2025
by Constantin Kwiatkowski
· 6,251 Views · 6 Likes
article thumbnail
Designing a Java Connector for Software Integrations
A Java connector unites different systems by allowing them to send information effectively while making crucial data freely available through interoperable interfaces.
May 15, 2025
by Anant Wairagade
· 6,578 Views · 1 Like
article thumbnail
Memory Leak Due to Time-Taking finalize() Method
All objects in Java implicitly inherit from java.lang.Object. This class contains multiple methods, which can be overridden in the child class.
May 15, 2025
by Ram Lakshmanan DZone Core CORE
· 5,485 Views · 2 Likes
article thumbnail
DGS GraphQL and Spring Boot
This article explain how to use and implement DGS GraphQL using Spring Boot, and the GraphQL dashboard to make specific REST requests.
May 13, 2025
by Milan Karajovic
· 5,732 Views · 3 Likes
article thumbnail
How to Convert XLS to XLSX in Java
In this article, we discuss the structural differences between legacy Excel XLS format and modern XLSX, and we suggest conversion solutions for Java developers.
May 9, 2025
by Brian O'Neill DZone Core CORE
· 5,285 Views · 1 Like
article thumbnail
How Clojure Shapes Teams and Products
The first four episodes of "Clojure in product. Would you do it again?" podcast series reveal how Clojure, despite its smaller talent pool, actually helps companies.
May 6, 2025
by Artem Barmin
· 4,307 Views · 1 Like
article thumbnail
Recurrent Workflows With Cloud Native Dapr Jobs
Workflow scheduling is something we see often. As part of this article, we will look at how Dapr Jobs helps to easily run periodic workloads.
May 5, 2025
by Siri Varma Vegiraju DZone Core CORE
· 24,787 Views · 1 Like
article thumbnail
Java Virtual Threads and Scaling
Learn how Java Virtual Threads, introduced in JDK 19 and fully supported in JDK 21, simplify concurrency with lightweight threads and enhance scalability.
May 5, 2025
by Hitesh Jodhavat
· 4,031 Views · 1 Like
article thumbnail
Selenium Pagination Tutorial: How to Handle Page Navigation
This tutorial blog explains website pagination and details on how to handle pagination in web automation using Selenium WebDriver with Java.
May 1, 2025
by Faisal Khatri DZone Core CORE
· 4,602 Views · 1 Like
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 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: