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
Learning by Doing: How to Learn Java Basics by Building Your Own Project
If you are reading this blog post, you might also be the one who wants to learn Java. Ain’t I wrong?
October 13, 2020
by John Selawsky
· 10,734 Views · 2 Likes
article thumbnail
Visitor Design Pattern In Java
The Visitor design pattern lets us separate algorithms from the objects on which they operate. See how to implement it to follow the open/closed principle.
October 13, 2020
by Brijesh Saxena DZone Core CORE
· 7,671 Views · 16 Likes
article thumbnail
Moving Toward Inline Classes: JEP 390 and the @ValueBased Annotation
Candidate JEP 390 ("Warnings for Value-Based Classes&") was announced this past week by Mark Reinhold on the OpenJDK jdk-dev mailing list. This is a JDK Enhan...
October 13, 2020
by Dustin Marx
· 4,046 Views · 1 Like
article thumbnail
Observer Design Pattern In Java
Observer Pattern maintains a one-to-many dependency between a Subject and its dependents so that when the state of the Subject changes, dependents get notified.
October 12, 2020
by Brijesh Saxena DZone Core CORE
· 12,242 Views · 4 Likes
article thumbnail
Iterator Design Pattern In Java
The Iterator Pattern is a relatively simple behavioral design pattern that provides a simple way to iterate through the collection of objects.
October 12, 2020
by Brijesh Saxena DZone Core CORE
· 11,540 Views · 6 Likes
article thumbnail
Azure Spring Cloud: A Comprehensive Overview
Learn about Azure Spring Cloud and its main features quickly and with ease in order to build, deploy, scale, and manage your applications in the cloud.
October 9, 2020
by Domenico Sibilio
· 9,332 Views · 2 Likes
article thumbnail
How JPAstreamer Can Help You Write Type-Safe Hibernate Code Without Unnecessary Complexity
Learn how to use Hibernate in a type-safe manner without unnecessary complexity using standard Java Streams.
October 9, 2020
by Mislav Milicevic DZone Core CORE
· 9,562 Views · 7 Likes
article thumbnail
Use Both JWT and Opaque Access Tokens With Spring Boot
This article will introduce how to build a simple application that can validate JWTs remotely or locally based on the specific use case.
October 9, 2020
by Brian Demers
· 15,900 Views · 5 Likes
article thumbnail
Building a REST API With Quarkus
Focusing on fast start-up times and low memory usage making it more suitable to run within container orchestration platforms like Kubernetes.
Updated October 8, 2020
by Dan Newton
· 12,974 Views · 9 Likes
article thumbnail
Java Spring OAuth2 and Basic Auth Support
The goal of the post is to share an idea of how can we provide the basic authentication and OAuth 2 authentication for the APIs.
October 7, 2020
by Kanifnath Gaikwad
· 19,568 Views · 4 Likes
article thumbnail
Kafka Security With SASL and ACL
Tutorial covering authentication using SCRAM, authorization using Kafka ACL, encryption using SSL, and using camel-Kafka to produce/consume messages.
October 6, 2020
by Ramu kakarla
· 40,071 Views · 2 Likes
article thumbnail
Oracle Database Link and Hibernate Mapping
The article is to describe how to create a Database link in Oracle and use Hibernate to create mapping for the remote table.
October 6, 2020
by Eason YIN
· 6,777 Views · 3 Likes
article thumbnail
Facade Design Pattern In Java
Here I am with another article on design patterns. A Facade object is use to provide a simple interface by hiding complexities of a complex system.
October 6, 2020
by Brijesh Saxena DZone Core CORE
· 11,251 Views · 8 Likes
article thumbnail
CRUD Operations on Deeply Nested Comments: Scalable Spring Boot and Spring Data approach
In this post, I present CRUD operations on deeply nested comments, stored in a relational database via Spring Boot and Spring Data. The approach is scalable but uses only JPQL and very few pessimistic locks.
October 6, 2020
by Alexander Eleseev DZone Core CORE
· 6,423 Views · 1 Like
article thumbnail
Charsets and Unicode Identifiers in Java
Ever wanted to know exactly how characters and character sets work within a programming language? Check out this comprehensive article for more!
October 6, 2020
by Pravin Jain
· 11,242 Views · 5 Likes
article thumbnail
Determining a File Type In Java
See some of the best tools that Java has to offer for determining file types within an application, including Apache Tika.
October 5, 2020
by Ercan Zengin
· 33,109 Views · 3 Likes
article thumbnail
Abstract Factory Pattern In Java
In this article, I will try to highlight the usage of the Abstract Factory Pattern along with the difference with the Factory Pattern.
October 5, 2020
by Brijesh Saxena DZone Core CORE
· 11,244 Views · 8 Likes
article thumbnail
InOrder Traversal Algorithm in Java
In this article, you will learn what is inorder traversal algorithm and how you can use it to print nodes of binary tree in sorted order in Java.
October 5, 2020
by Javin Paul
· 10,513 Views · 3 Likes
article thumbnail
How to Convert XLSX to CSV in Java
Convert any Excel document to CSV with support for both XLSX and XLSB file formats, as well as legacy formats such as XLS.
October 5, 2020
by Brian O'Neill DZone Core CORE
· 12,891 Views · 3 Likes
article thumbnail
How to Merge PDFs in Java
Combine two or more PDF files (pdf) into a single PDF document, preserving the order of the input documents in the combined document
October 5, 2020
by Brian O'Neill DZone Core CORE
· 4,463 Views · 2 Likes
  • Previous
  • ...
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • ...
  • 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: