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
How To Remove Excel Worksheets Using APIs in Java
Learn how to simplify the process of retrieving worksheet details from an Excel XLSX file, and removing specific worksheets based on that information.
July 5, 2024
by Brian O'Neill DZone Core CORE
· 4,752 Views · 2 Likes
article thumbnail
Javac and Java Katas, Part 2: Module Path
In this article, look at some exercises dedicated to using JDK tools such as javac, java, and jar to build and run modular Java applications.
July 3, 2024
by Maksim Kren
· 6,022 Views · 2 Likes
article thumbnail
Integration Testing With Keycloak, Spring Security, Spring Boot, and Spock Framework
Configure Keycloak, integrate with Spring Boot, write repeatable unit tests using Spock, and ensure auth mechanisms work correctly through automated testing.
July 1, 2024
by Greg Lawson
· 7,545 Views · 3 Likes
article thumbnail
Implementing Real-Time Credit Card Fraud Detection With Apache Flink on AWS
Real-time fraud detection systems are essential for identifying and preventing fraudulent transactions as they occur. Apache Flink is useful in this scenario.
July 1, 2024
by Harsh Daiya DZone Core CORE
· 7,422 Views · 4 Likes
article thumbnail
Twenty Things Every Java Software Architect Should Know
Architects need a deep understanding of Java and its ecosystem, staying updated on the latest trends and best practices.
June 28, 2024
by Reza Ganji DZone Core CORE
· 20,465 Views · 28 Likes
article thumbnail
Spring AI: How To Write GenAI Applications With Java
In this article, take a look at how to write GenAI applications with Java using the Spring AI framework and utilize RAG for improving answers.
June 28, 2024
by Jennifer Reif DZone Core CORE
· 9,668 Views · 6 Likes
article thumbnail
Addressing Memory Issues and Optimizing Code for Efficiency: Glide Case
The approach to identifying and rectifying specific pain points, such as object churn and memory leaks, is commendable, specifically for mobile devices.
June 27, 2024
by Murat Gungor DZone Core CORE
· 4,261 Views · 2 Likes
article thumbnail
How To Use Thread.sleep() in Selenium
Learn how to pause test execution with Thread.sleep() in Selenium. Control timing for effective automation testing.
June 25, 2024
by Faisal Khatri DZone Core CORE
· 5,645 Views · 2 Likes
article thumbnail
Open-Source Dapr for Spring Boot Developers
Using Dapr with Spring Boot simplifies the development for Dapr-enabled apps: run, test, and debug locally without the need to run inside a K8s cluster.
June 24, 2024
by Thomas Vitale
· 8,922 Views · 5 Likes
article thumbnail
Automate Message Queue Deployment on JBoss EAP
In this article, learn how to fully automate the deployment of your own Message Oriented Middleware using JBoss EAP and Ansible.
June 21, 2024
by Romain Pelisse
· 6,651 Views · 4 Likes
article thumbnail
How To Compare DOCX Documents in Java
In this article, learn how to carry out DOCX comparisons programmatically by calling a specialized web API with Java code examples.
June 21, 2024
by Brian O'Neill DZone Core CORE
· 9,602 Views · 4 Likes
article thumbnail
IoT Needs To Get Serious About Security
Security issues in IoT have gotten worse, not better, and it's time we acknowledge that and fix it. It's long past time.
June 20, 2024
by David G. Simmons DZone Core CORE
· 7,773 Views · 4 Likes
article thumbnail
GenAI: Spring Boot Integration With LocalAI for Code Conversion
Learn how GenAI can be used locally or in private data centers using LocalAI, SpringBoot, and LangChain4J for code conversion tasks.
June 19, 2024
by Aftab Shaikh
· 7,739 Views · 4 Likes
article thumbnail
Efficient Data Management With Offset and Cursor-Based Pagination in Modern Applications
Explore offset and cursor-based pagination, integrated with Jakarta Data, Quarkus, and MongoDB, highlighting their benefits and practical use in REST APIs.
June 19, 2024
by Otavio Santana DZone Core CORE
· 8,214 Views · 3 Likes
article thumbnail
Cucumber and Spring Boot Integration: Passing Arguments To Step Definitions Explained
Cucumber is a tool that supports Behavior-Driven Development (BDD). Learn how to pass arguments to step definitions when using Cucumber and Spring Boot.
June 18, 2024
by Gunter Rotsaert DZone Core CORE
· 5,921 Views · 4 Likes
article thumbnail
The Past, Present, and Future of Stream Processing
Stream Processing Journey with IBM, Apama, TIBCO StreamBase, Kafka Streams, Apache Flink, Streaming Databases, GenAI, and Apache Iceberg.
June 17, 2024
by Kai Wähner DZone Core CORE
· 8,688 Views · 7 Likes
article thumbnail
The Builder Pattern in Java: Guide to Test Data Generation
In this tutorial, learn how to use the Builder pattern in Java with a Datafaker library to generate test data for automated testing.
June 15, 2024
by Faisal Khatri DZone Core CORE
· 13,320 Views · 8 Likes
article thumbnail
Benchmarking Java Streams
Take a deep dive into the performance characteristics of Java streams. With the help of JMH, learn how Java streams behave when put under pressure.
June 13, 2024
by Bartłomiej Żyliński DZone Core CORE
· 9,424 Views · 7 Likes
article thumbnail
How To Handle Shadow Root in Selenium Java
In this tutorial, learn how to handle Shadow Root in Selenium Java using the getShadowRoot() method and JavaScriptExecuter.
June 12, 2024
by Faisal Khatri DZone Core CORE
· 4,032 Views · 2 Likes
article thumbnail
How to Fully Validate URLs in Java
URLs can turn out to be invalid for a variety of reasons. We can call a free API to check syntax, domain name existence, and endpoint availability all at once.
June 11, 2024
by Brian O'Neill DZone Core CORE
· 7,489 Views · 5 Likes
  • Previous
  • ...
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • ...
  • 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: