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
Please enter at least three characters to search
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

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

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

The Latest Java Topics

article thumbnail
Smart BDD: The Most Productive Way To Test
Smart BDD is the most productive way to implement BDD. Write the code first using best practices and this generates interactive documentation.
July 4, 2023
by James Bayliss
· 9,266 Views · 4 Likes
article thumbnail
Postgres JSON Functions With Hibernate 6
In this article, look at the posjsonhelper library and learn about adding support for the JSON functions for your project that use Hibernate 6 and Postgres.
July 3, 2023
by Szymon Tarnowski DZone Core CORE
· 23,227 Views · 4 Likes
article thumbnail
Streaming Change Data Capture Data Two Ways
Walk through how to use Debezium with Flink, Kafka, and NiFi for Change Data Capture using two different mechanisms: Kafka Connect and Flink SQL.
July 3, 2023
by Tim Spann DZone Core CORE
· 6,024 Views · 2 Likes
article thumbnail
That’s How You Can Use MapStruct With Lombok in Your Spring Boot Application
In this article, you will find code examples and explanations on how to work with MapStruct, Lombok, and Spring Boot in an efficient way.
July 3, 2023
by Viacheslav Aksenov
· 21,507 Views · 17 Likes
article thumbnail
Using Spring To Download a Zip File, Extract It, and Upload It to Cloud Storage Without Storing Files Locally in the Container
The article explains how to use Spring to download a zip file, extract it, and upload it to cloud storage without storing files locally in the container.
July 3, 2023
by Amol Gote DZone Core CORE
· 11,863 Views · 4 Likes
article thumbnail
Exploring Java 21's Intriguing Additions (Part 1)
Learn about a few notable features that stand out in the upcoming Java 21, in an overview of their functionalities and potential use cases.
June 30, 2023
by A N M Bazlur Rahman DZone Core CORE
· 9,172 Views · 6 Likes
article thumbnail
Registering Spring Converters via Extending Its Interface
This article is a step-by-step guide aimed at demonstrating an interface-based approach to using Spring's type conversion system.
June 29, 2023
by Maksim Kren
· 7,845 Views · 3 Likes
article thumbnail
Sticky Sessions With Apache APISIX
In this post, I'll describe the reason behind sticky sessions, available alternatives, and how to implement them via Apache APISIX.
June 29, 2023
by Nicolas Fränkel DZone Core CORE
· 5,091 Views · 1 Like
article thumbnail
Managing AI-Powered Java App With API Management
Explore how to integrate OpenAI's ChatGPT APIs with a Spring Boot application and manage the APIs using Apache APISIX, an open-source API gateway.
June 28, 2023
by Bobur Umurzokov
· 4,631 Views · 1 Like
article thumbnail
How To Upgrade to Jakarta EE 10 and GlassFish 7
It’s much easier than you think! There are automation tools that will help you, and example projects by OmniFish to show how to use them.
June 28, 2023
by Ondro Mihalyi
· 3,486 Views · 1 Like
article thumbnail
How to Convert Excel and CSV Documents to HTML in Java
Converting documents to HTML makes them universally compatible and opens up opportunities to customize them with dynamic elements.
June 27, 2023
by Brian O'Neill DZone Core CORE
· 6,184 Views · 4 Likes
article thumbnail
Evaluating Apache APISIX vs. Spring Cloud Gateway
Spring Cloud Gateway and Apache APISIX are two (API) Gateways offering more or less the same set of features. Learn how their approach is radically different.
June 26, 2023
by Nicolas Fränkel DZone Core CORE
· 4,391 Views · 3 Likes
article thumbnail
How To Handle Dynamic Dropdowns In Selenium WebDriver With Java
This Selenium Java tutorial discusses handling Single and Multiselect dropdown fields using Selenium WebDriver Java.
June 22, 2023
by Faisal Khatri DZone Core CORE
· 6,506 Views · 2 Likes
article thumbnail
Introduction To Spring Data JPA With Inheritance in A REST Application
Spring is a platform designed to simplify the life of Java developers. This tutorial will delve into one of Spring Data JPA's key features, inheritance.
Updated June 22, 2023
by Otavio Santana DZone Core CORE
· 27,692 Views · 7 Likes
article thumbnail
Fluent-API: Creating Easier, More Intuitive Code With a Fluent API
This article will cover the fluent API, what it is, and how you can take advantage of this design to make the code cleaner and more valuable.
Updated June 22, 2023
by Otavio Santana DZone Core CORE
· 24,565 Views · 7 Likes
article thumbnail
Application Cost Reduction With ARM Servers
Let's talk about ARM servers. They may seem unconventional, but they're worth considering, as Intel and AMD currently dominate the server hardware market.
June 21, 2023
by Dmitry Chuyko
· 4,894 Views · 2 Likes
article thumbnail
Time Machine: A Look-Back at Java Sessions From NODES 2022
As we prepare for NODES 2023, I wanted to review the Java sessions from 2022 for inspiration or ideas in submitting sessions for the 2023 Call for Proposals.
June 21, 2023
by Jennifer Reif DZone Core CORE
· 6,085 Views · 1 Like
article thumbnail
Resolve Encoding Issues of Resource Files in Java Projects
This article aims to shed light on common encoding issues in Java projects and provide effective solutions to resolve them.
June 21, 2023
by Constantin Kwiatkowski
· 8,255 Views · 3 Likes
article thumbnail
Querydsl vs. JPA Criteria, Part 4: Pagination
Sometimes your data is too large to be shown in GUI. Let's shed light on a pagination feature with JPA Criteria and Querydsl framework.
June 21, 2023
by Arnošt Havelka DZone Core CORE
· 12,552 Views · 5 Likes
article thumbnail
Spring Cloud: How To Implement Service Discovery (Part 2)
In this article, explore two different architectural approaches to combine Service Discovery and Remote Configuration.
June 16, 2023
by Mario Casari
· 8,760 Views · 5 Likes
  • Previous
  • ...
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • ...
  • 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
  • support@dzone.com

Let's be friends: