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
REST vs. SOAP: A Comprehensive Guide to Their Differences
REST is lightweight and flexible, and SOAP is secure and robust. Consider functionality, security, and simplicity when choosing an API standard. Keep learning!
July 10, 2023
by Eduardo Moore
· 6,437 Views · 2 Likes
article thumbnail
Building a MongoDB-Powered RESTful Application With Quarkus and Eclipse JNoSQL
Build a MongoDB-powered RESTful app with Quarkus and Eclipse JNoSQL: generate, configure, create entities, implement services, and expose API.
July 10, 2023
by Otavio Santana DZone Core CORE
· 7,643 Views · 4 Likes
article thumbnail
Sticky Sessions With Apache APISIX — The Demo
When it comes to sticky sessions, if necessary, you should replicate the data to other upstreams because this one might go down. This post illustrates it with a demo.
July 7, 2023
by Nicolas Fränkel DZone Core CORE
· 5,326 Views · 2 Likes
article thumbnail
Dynamic Entity Graphs in Spring Data JPA
In this article, we will talk about JPA entity graphs and a library that enables the generation and application of entity graphs dynamically.
July 7, 2023
by Andrey Belyaev DZone Core CORE
· 6,300 Views · 5 Likes
article thumbnail
GraphQL, JavaScript, Preprocessor, SQL, and More in Manifold
In this final installment of the Manifold series, we discuss the final integrations and review the benefits. I also discuss using it in my new project.
July 5, 2023
by Shai Almog DZone Core CORE
· 7,190 Views · 3 Likes
article thumbnail
Eclipse JNoSQL 1.0.0: Streamlining Java and NoSQL Integration With New Features and Bug Fixes
Dive into the Eclipse JNoSQL 1.0.0 release and the key features that make it a compelling choice for those seeking simplified integration with NoSQL databases.
July 5, 2023
by Otavio Santana DZone Core CORE
· 8,640 Views · 2 Likes
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,276 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,503 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,044 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,746 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,990 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,180 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,947 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,120 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,638 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,498 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,221 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,409 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,517 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,824 Views · 7 Likes
  • Previous
  • ...
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • ...
  • 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: