Quantcast
Channel: Baeldung
Browsing all 3576 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to Enable All Endpoints in Spring Boot Actuator

1. Overview In this tutorial, we're going to learn how to enable all the endpoints in the Spring Boot Actuator. We'll start with the necessary Maven dependencies. From there, we'll look at how to...

View Article


Image may be NSFW.
Clik here to view.

Common Shortcuts in IntelliJ IDEA

1. Overview This article looks at the keyboard shortcuts that we need to edit, build, and run Java applications in JetBrains' Java IDE, IntelliJ IDEA. Keyboard shortcuts save us time because we can...

View Article


Image may be NSFW.
Clik here to view.

Spring Boot With JavaServer Pages (JSP)

1. Introduction When building Web Applications, JavaServer Pages (JSP) is one option we can use as a templating mechanism for our HTML pages. On the other hand, Spring Boot is a popular framework we...

View Article

Image may be NSFW.
Clik here to view.

Backpressure Mechanism in Spring WebFlux

1. Introduction Spring WebFlux provides Reactive Programming to web applications. The asynchronous and non-blocking nature of Reactive design improves performance and memory usage. Project Reactor...

View Article

Image may be NSFW.
Clik here to view.

TLS Setup in Spring

1. Overview Secure communication plays an important role in modern applications. Communication between client and server over plain HTTP is not secure. For a production-ready application, we should...

View Article


Image may be NSFW.
Clik here to view.

RSA in Java

1. Introduction RSA, or in other words Rivest–Shamir–Adleman, is an asymmetric cryptographic algorithm. It differs from symmetric algorithms like DES or AES by having two keys. A public key that we can...

View Article

Image may be NSFW.
Clik here to view.

Introduction to Alibaba Sentinel

1. Overview As the name suggests, Sentinel is a powerful guard for microservices. It offers features like flow control, concurrency limiting, circuit breaking, and adaptive system protection to...

View Article

Image may be NSFW.
Clik here to view.

Usage of the Hibernate @LazyCollection Annotation

1. Overview Managing the SQL statements from our applications is one of the most important things we need to take care of because of its huge impact on performance. When working with relations between...

View Article


Image may be NSFW.
Clik here to view.

Java Weekly, Issue 380

1. Spring and Java >> MergingSortedSpliterator [javaspecialists.eu] Writing our very own Spliterator to convert List<Stream<T>> to a Stream<T> with sorted elements. Cool stuff!...

View Article


Image may be NSFW.
Clik here to view.

Java NIO DatagramChannel

1. Overview In this tutorial, we'll explore the DatagramChannel class that allows us to send and receive UDP packets. 2. DatagramChannel Among various protocols supported on the internet, TCP and UDP...

View Article

Image may be NSFW.
Clik here to view.

Service Mesh Architecture With Istio

1. Introduction In this tutorial, we'll go through the basics of service mesh architecture and understand how it complements a distributed system architecture. We'll primarily focus on Istio, which is...

View Article

Image may be NSFW.
Clik here to view.

Difference Between “expose” and “publish” in Docker

1. Overview In Docker, it's important to know which ports a containerized application is listening on. We also need a way to access the application from outside the container. To address those...

View Article

Image may be NSFW.
Clik here to view.

Looking for a Java Developer with Spring Experience (Remote) (Part Time)

Who? I'm looking for a Java developer with extensive Spring experience. On the non-technical side – a good level of command over the English language is also important. The Work You're going to be...

View Article


Image may be NSFW.
Clik here to view.

Convert a Java Enumeration Into a Stream

1. Overview Enumeration is an interface from the first version of Java (JDK 1.0). This interface is generic and provides lazy access to a sequence of elements. Although there are better alternatives in...

View Article

Image may be NSFW.
Clik here to view.

Spring Bean Names

1. Overview Naming a Spring bean is quite helpful when we have multiple implementations of the same type. This is because it'll be ambiguous to Spring to inject a bean if our beans don't have unique...

View Article


Image may be NSFW.
Clik here to view.

Java Weekly, Issue 381

1. Spring and Java >> JDK Mission Control 8 Released [infoq.com] The new version of JMC gives us even more insights from running JVM applications. >> Microsoft Introduces Microsoft Build of...

View Article

Image may be NSFW.
Clik here to view.

Displaying Error Messages with Thymeleaf in Spring

1. Overview In this tutorial, we'll see how to display error messages originating from a Spring based back-end application in Thymeleaf templates. For our demonstration purposes, we'll create a simple...

View Article


Image may be NSFW.
Clik here to view.

The package-info.java File

1. Overview In this tutorial, we're going to understand the purpose of package-info.java and how it is useful. Simply put, package-info is a Java file that can be added to any Java package. 2. Purposes...

View Article

Image may be NSFW.
Clik here to view.

Guide to Setting Up Apache Kafka Using Docker

1. Overview Docker is one of the most popular container engines used in the software industry to create, package, and deploy applications. In this tutorial, we'll learn how to do an Apache Kafka setup...

View Article

Image may be NSFW.
Clik here to view.

Using Watch with the Kubernetes API

1. Introduction In this tutorial, we'll continue to explore the Java Kubernetes API. This time, we'll show how to use Watches to efficiently monitor cluster events. 2. What are Kubernetes Watches? In...

View Article
Browsing all 3576 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>