Thanks for visiting DZone today,
Edit Profile
Manage Email Subscriptions
How to Post to DZone
Article Submission Guidelines
Sign Out
View Profile
Post
Post an Article
Manage My Drafts
Over 2 million developers have joined DZone.
Log In
/
Join
Search
Refcards
Trend Reports
Events
Video Library
Refcards
Trend Reports
Events
View Events
Video Library
The Latest Java Topics
Lock Striping in Java
Take a look at this implementation of lock striping in Java after examining the effects of a sequential bottleneck in concurrent requests.
March 18, 2020
by
Ali Dehghani
·
9,235 Views
·
6 Likes
Native Memory Allocation in Java
In this article, we discuss how to better manage native memory within your containers to avoid common pitfalls.
March 18, 2020
by
Petr Bouda
CORE
·
21,401 Views
·
10 Likes
Reactive Messaging Examples for Quarkus
The articles service stores data in a Postgres database. Messages are sent between the microservices via Kafka.
March 18, 2020
by
Niklas Heidloff
CORE
·
12,568 Views
·
2 Likes
Serializable Java Lambdas
Here's an article that should help with a specific error that might occur when trying to serialize a lambda with Kryo.
March 17, 2020
by
Dan Newton
·
8,719 Views
·
5 Likes
Top 5 Java Frameworks for Web Application Development
In this article, we review some of the most popular frameworks for Java development in 2020 to get you developing full-stack applications quickly.
March 17, 2020
by
Shivashish Thkaur
CORE
·
34,634 Views
·
7 Likes
Create a Single Microservices Endpoint With GraphQL, Kotlin, and Micronaut
In today’s article, you will see an example on how to implement a GraphQL API on the JVM, particularly using Kotlin language and Micronaut framework.
March 16, 2020
by
Roman Kudryashov
CORE
·
16,569 Views
·
7 Likes
7 Easy Steps to Make a Facebook Messenger Bot in Java
Check out this step-by-step tutorial that shows you how to make a conversational bot using Facebook Messenger, Java, and JBot.
Updated March 16, 2020
by
Ram Patra
·
27,372 Views
·
12 Likes
REST API Error Handling With Spring Boot
Want to learn more about room for improvement in error handling? Check out this tutorial on REST API error handling in Spring Boot.
Updated March 16, 2020
by
Ali Dehghani
·
85,426 Views
·
32 Likes
8 Things Every Developer Should Know About Apache Ignite Caching
In this post, we go over how you should properly implement caching in your Ignite-based app to avoid any development headaches.
Updated March 16, 2020
by
Shamim Bhuiyan
·
30,102 Views
·
13 Likes
Make Slack Bots in Java in Minutes
Read up on BotKit — a framework on GitHub that lets you make your own cloud-ready Slack bot in mere moments.
Updated March 16, 2020
by
Ram Patra
·
77,664 Views
·
27 Likes
ConcurrentHashMap: Call Only One Method Per Key
Using the ConcurrentHashMap in a thread-safe way is easy.
Updated March 16, 2020
by
Thomas Krieger
·
24,082 Views
·
17 Likes
Comparing Apache Ignite In-Memory Cache Performance With Hazelcast In-Memory Cache and Java Native Hashmap
This article compares different options for the in-memory maps and their performances in order for an application to move away from traditional RDBMS.
March 16, 2020
by
Krishna Munagala
·
7,168 Views
·
4 Likes
Spring Boot - Microservice- JaxRS Jersey - HATEOAS - JerseyTest - Integration
In this article, we discuss how to write a Spring Boot microservice based on Spring Jax-Rs Jersey, HATEOAS API, and JerseyTest framework integration.
March 13, 2020
by
Bogdan Oleinikov
·
12,052 Views
·
4 Likes
Java vs. Go Microservices - Load Testing (Rematch)
In this article, we look at benchmarks for two versions of a basic application with Go and Java to see which has the smaller CPU/memory footprint.
March 12, 2020
by
Sergey Kirichenko
·
25,670 Views
·
16 Likes
Java Enterprise Annotations Part 1
In this article, we discuss popular Java annotations to sure up your understanding of this common pattern within enterprise applications.
March 12, 2020
by
Dmitry Egorov
CORE
·
13,191 Views
·
11 Likes
How Reactive Threads Works (Part 1)
In this article, let's see what reactive programming is and also see how Reactive threads work.
March 11, 2020
by
Milind Deobhankar
CORE
·
7,419 Views
·
4 Likes
Java Testing Complete Guide
In this article, we discuss nine of the most common types of application testing and review code samples and tools for each in Java.
Updated March 11, 2020
by
Dmitry Egorov
CORE
·
58,098 Views
·
38 Likes
How to Migrate From JUnit 4 to JUnit 5 Step by Step
In this tutorial, we take a look at how you can create and migrate a basic Spring Boot application from JUnit 4 to the refreshed JUnit 5.
March 11, 2020
by
Awkash Agrawal
·
47,958 Views
·
4 Likes
Distributed Java Queues on Top of Redis
In this article, we discuss six different types of Redis-based distributed queues using the Redisson Java framework.
Updated March 11, 2020
by
Nikita Koksharov
·
32,243 Views
·
8 Likes
Develop a Java Application With Kafka
In this article, we discuss how to develop a secure, scalable, messaging Java application with Kafka
Updated March 11, 2020
by
Daniel Pereira
·
57,899 Views
·
11 Likes
Previous
...
89
90
91
92
93
94
95
96
97
98
...
Next