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 Application Latency Reduction and Pitfalls
In this article, I will cover the challenges related to memory analysis of large production applications and how to overcome them.
December 18, 2023
by Parveen Saini
· 3,611 Views · 2 Likes
article thumbnail
Simplifying Database Operations With HarperDB SDK for Java
In this hands-on session, explore how HarperDB SDK for Java streamlines NoSQL integration, abstracts HTTP complexities, and enables efficient CRUD operations.
December 15, 2023
by Otavio Santana DZone Core CORE
· 6,336 Views · 4 Likes
article thumbnail
Using the Ubuntu Docker Image
In this post, we'll show you how to make the most of the base Ubuntu images while building your own Docker images and more!
December 14, 2023
by Matthew Casperson
· 6,215 Views · 2 Likes
article thumbnail
Shenandoah GC Tuning
Shenandoah GC aims to reduce pause times in Java applications by performing garbage collection concurrently with the application threads.
December 13, 2023
by Ram Lakshmanan DZone Core CORE
· 3,981 Views · 2 Likes
article thumbnail
Functional Approach To String Manipulation in Java
This article delves into a few methods within the String class that enable processing to be conducted in a functional programming manner.
December 11, 2023
by Sameer Shukla DZone Core CORE
· 8,790 Views · 7 Likes
article thumbnail
Deploy Keycloak Single Sign-On With Ansible
Deploy, run, and manage your Keycloak single sign-on (SSO) with Ansible and its collection for Keycloak in a fully automated fashion!
December 11, 2023
by Romain Pelisse
· 4,568 Views · 1 Like
article thumbnail
Real-Time Advertising With Apache Kafka and Flink
Real-time advertising platform built with Apache Kafka and Apache Flink showing case studies of Pinterest, Uber, Unity, Buzzwil, Reddit, etc.
December 8, 2023
by Kai Wähner DZone Core CORE
· 4,892 Views · 1 Like
article thumbnail
Monitoring and Troubleshooting Java Applications in Docker Containers
This article is a study and practical guide for the performance analysis, tuning, and troubleshooting of Java services running within Docker containers.
December 8, 2023
by Ganesh Balakrishnan
· 7,498 Views · 2 Likes
article thumbnail
The Pitfalls of Using Boolean Parameters in Methods: A Java Tutorial
Ditch boolean parameters for clearer, more maintainable code, reducing ambiguity in method calls and enhancing overall readability.
December 8, 2023
by Otavio Santana DZone Core CORE
· 6,586 Views · 1 Like
article thumbnail
The Long Road to Java Virtual Threads
A historical journey of how Java finally solved the blocking problem. Java 21's Virtual Threads solve a primary issue faced by most Java developers.
December 7, 2023
by Ken Krueger
· 9,915 Views · 12 Likes
article thumbnail
Problems With Finalizer
In Java, the finalize method has been part of the language since its early days, offering a mechanism to perform cleanup activities before an object is garbage collected.
December 7, 2023
by Eugene Kovko
· 4,631 Views · 1 Like
article thumbnail
Preserving Context Across Threads
Managing context sharing across services in a large Microservices architecture is a challenging task. This article explains a standard way to do it using Java and Webflux.
December 5, 2023
by Bablu Lal
· 7,804 Views · 7 Likes
article thumbnail
Demystifying Virtual Thread Performance: Unveiling the Truth Beyond the Buzz
Virtual threads can provide high enough performance and resource efficiency based on your concurrency goal but also let you have a simple development model.
December 5, 2023
by Daniel Oh DZone Core CORE
· 7,687 Views · 8 Likes
article thumbnail
How To Get Cell Data From an Excel Spreadsheet Using APIs in Java
This article discusses the benefits OpenXML document formatting offers developers and suggests two API solutions for programmatically retrieving Excel data.
December 5, 2023
by Brian O'Neill DZone Core CORE
· 5,809 Views · 7 Likes
article thumbnail
Automate JBoss Web Server Deployment With the Red Hat Certified Content Collection for JWS
In this article, learn how to fully automate the deployment and management of Red Hat JBoss Web Server on thousands of servers using Ansible!
December 4, 2023
by Romain Pelisse
· 5,165 Views · 3 Likes
article thumbnail
Navigating NoSQL: A Pragmatic Approach for Java Developers
Eclipse JNoSQL 1.0.3 empowers Java devs with ArangoDB. Simplify NoSQL integration and persist data effortlessly. Explore hands-on code sessions!
December 4, 2023
by Otavio Santana DZone Core CORE
· 4,423 Views · 3 Likes
article thumbnail
Java CMS GC Tuning
In this post, we will explore essential CMS JVM arguments, ranging from basic configurations like enabling CMS to advanced options such as compaction and trigger ratios.
December 4, 2023
by Ram Lakshmanan DZone Core CORE
· 3,197 Views · 1 Like
article thumbnail
Taming the Virtual Threads: Embracing Concurrency With Pitfall Avoidance
Learn what challenges you probably face when you try to run your microservices on the virtual threads. The challenge might be more complex and bigger if you need to import more Java libraries.
December 3, 2023
by Daniel Oh DZone Core CORE
· 8,288 Views · 4 Likes
article thumbnail
Java 11 to 21: A Visual Guide for Seamless Migration
Upgrade Java 11 to 21 for enhanced security, framework support, new features, and performance. Follow a step-by-step guide for a smooth transition.
December 1, 2023
by Otavio Santana DZone Core CORE
· 16,758 Views · 16 Likes
article thumbnail
Quarkus 3: The Future of Java Microservices With Virtual Threads and Beyond
Learn how Quarkus integrates the virtual thread for Java developers to run blocking applications with a single @RunOnVirtualThread annotation.
December 1, 2023
by Daniel Oh DZone Core CORE
· 18,569 Views · 9 Likes
  • Previous
  • ...
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • 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: