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
Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
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

Modern Digital Website Security: Prepare to face any form of malicious web activity and enable your sites to optimally serve your customers.

Low-Code Development: Learn the concepts of low code, features + use cases for professional devs, and the low-code implementation process.

E-Commerce Development Essentials: Considering starting or working on an e-commerce business? Learn how to create a backend that scales.

Getting Started With Jenkins: Learn fundamentals that underpin CI/CD, how to create a pipeline, and when and where to use Jenkins.

The Latest Java Topics

article thumbnail
Understanding Security Vulnerabilities: A First Step in Preventing Attacks
What are the common vulnerabilities we need to be aware of? How do they look, and how can we better protect ourselves from these common attacks?
August 10, 2023
by Shai Almog DZone Core CORE
· 2,975 Views · 4 Likes
article thumbnail
My Final Take On Gradle (vs Maven)
In this post, explore a take on Gradle versus Maven in this look at one developer's experiences throughout the journey of using various build tools.
August 9, 2023
by Nicolas Fränkel DZone Core CORE
· 5,338 Views · 11 Likes
article thumbnail
Integrating AI Into the IDEs
Several ideas can be explored to achieve the seamless integration of AI into IDEs: some have already been implemented, and others remain untapped opportunities.
August 9, 2023
by Gregory Ledenev
· 5,498 Views · 4 Likes
article thumbnail
How To Use Flyway for Database Migration in Spring Boot
In this article, take a look at how to use Flyway to manage a SQL database schema in a Spring Boot application.
August 8, 2023
by Seun Matt DZone Core CORE
· 5,180 Views · 2 Likes
article thumbnail
Is OpenJDK Just a Drop-In Replacement?
What are the pitfalls in replacing OracleJDK with OpenJDK? Simon Ritter has some interesting observations in his new free new book. Here's the TL;DR.
August 8, 2023
by Shai Almog DZone Core CORE
· 4,640 Views · 5 Likes
article thumbnail
How To Handle NoSuchWindowException In Selenium
This blog discusses some of the most common reasons for NoSuchWindowException in Selenium and the best practices to handle it.
August 8, 2023
by Vipul Gupta
· 2,376 Views · 1 Like
article thumbnail
How To Reduce CPU Consumption Caused by Garbage Collection
Delve into 5 effective strategies to help alleviate GC cycle side effects to optimize application performance and mitigate the impact on hosting expenses.
August 8, 2023
by Ram Lakshmanan DZone Core CORE
· 4,199 Views · 6 Likes
article thumbnail
The Future of Java Programming: 5 Trends To Watch in 2023
In this article, you will learn about the future of Java programming. Check out these five hottest Java trends for 2023 that you need to be aware of.
August 7, 2023
by Madhuri Hammad
· 7,648 Views · 4 Likes
article thumbnail
Ensuring Reliable Microservice Deployment With Spring Boot Build Info Maven Plugin
Discover how to verify microservice deployments with the Spring Boot Build Info Maven Plugin, increasing the dependability of your deployment pipeline.
August 7, 2023
by Amol Gote
· 4,293 Views · 7 Likes
article thumbnail
System Architecture: Move Authentication to the API Gateway
When exposing an application to the outside world, consider a Reverse-Proxy or an API Gateway to protect it from attacks. Rate limiting comes to mind first, but it shouldn’t stop there.
August 6, 2023
by Nicolas Fränkel DZone Core CORE
· 5,908 Views · 2 Likes
article thumbnail
Using Spring Cloud Gateway and Discovery Service for Seamless Request Routing
In this tutorial, learn how to route requests between Java microservices with Spring Cloud Gateway and Discovery Service.
August 4, 2023
by Denis Magda DZone Core CORE
· 10,040 Views · 7 Likes
article thumbnail
Comparing ModelMapper and MapStruct in Java: The Power of Automatic Mappers
Learn how to choose between automatic mappers ModelMapper and MapStruct to improve productivity and maintainability, as well as reduce errors in data mapping.
August 2, 2023
by Otavio Santana DZone Core CORE
· 8,493 Views · 4 Likes
article thumbnail
How To Approach Dependency Management in Java [Video]
In this video tutorial, learn about real-life considerations when working with dependencies in Java (Maven or Gradle).
August 2, 2023
by Marco Behler DZone Core CORE
· 7,280 Views · 6 Likes
article thumbnail
How To Get the Comments From a DOCX Document in Java
In this article, learn how to extract comments from DOCX documents at scale and pick up key insights which improve team collaboration.
August 1, 2023
by Brian O'Neill DZone Core CORE
· 4,848 Views · 2 Likes
article thumbnail
Proper Java Exception Handling
Read this helpful article on handling exceptions correctly for peace of mind and to benefit your colleagues. Not only make you happy but also your colleagues.
August 1, 2023
by Artem Artemev
· 11,533 Views · 20 Likes
article thumbnail
Java: A Time-Tested Programming Language Still Going Strong
In this article, we understand why Java is still a popular programming language even after over 25 years since its first release.
August 1, 2023
by Alok Tibrewala
· 4,768 Views · 6 Likes
article thumbnail
Comparing MongoDB and Couchbase in Java Enterprise Architecture
Explore key differences, comparisons, and trade-offs between MongoDB and Couchbase used with Java in real-world enterprise architectures.
July 27, 2023
by Otavio Santana DZone Core CORE
· 7,182 Views · 4 Likes
article thumbnail
How To Automate Shadow DOM in Selenium WebDriver
This Selenium WebDriver tutorial discusses shadow DOM elements and how to automate Shadow DOM in Selenium WebDriver.
July 26, 2023
by Faisal Khatri
· 6,333 Views · 4 Likes
article thumbnail
How To Download and Install Maven?
Learn how to download, install and set up Maven quickly and easily on Windows to manage dependencies and build Java projects efficiently.
July 24, 2023
by Pallavi Singh
· 4,457 Views · 2 Likes
article thumbnail
Effective Coding With Java Observability
How can the team expect to code and release better using the wealth of code runtime data? What are examples of things that observability can tell you?
July 21, 2023
by Roni Dover
· 10,751 Views · 4 Likes
  • Previous
  • ...
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • ...
  • Next

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • 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: