A Guide to Cassandra with Java
Thorben (from Thoughts on Java) just opened up his new Advanced Hibernate training. The early-bird pricing is available for a few days (until next Monday I think). 1. Overview This tutorial is an...
View ArticleHow to Create an Executable JAR with Maven
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Introduction In this quick article we’ll focus on packaging a Maven project into an executable Jar file....
View ArticleIntroduction To Ehcache
Thorben (from Thoughts on Java) just opened up his new Advanced Hibernate training. The early-bird pricing is available for a few days (until next Monday I think). 1. Overview In this article, we will...
View ArticleJava Web Weekly, Issue 147
A forward looking week a focus on reactive programming. Here we go… 1. Spring and Java >> Project Valhalla: Goals [mail.openjdk.java.net] A very interesting read about the Java language itself...
View ArticleGuide to Hazelcast with Java
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview This is an introductory article on Hazelcast where we will walk through how to create a cluster...
View ArticleA Guide To UDP In Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we will be exploring networking communication with Java, over the User Datagram Protocol...
View ArticleJava Web Weekly, Issue 148
1. Spring and Java >> HTTP headers forwarding in microservices [frankel.ch] >> Tracing Spring Integration Flow with Spring Cloud Sleuth [java-allandsundry.com] Doing a proper microservice...
View ArticleCustom AccessDecisionVoters in Spring Security
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction Most of the time when securing a Spring Web application or a REST API, the tools provided by Spring...
View ArticleApache CXF Support for RESTful Web Services
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview This tutorial introduces Apache CXF as a framework compliant with the JAX-RS...
View ArticleDynamoDB in a Spring Boot Application Using Spring Data
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview In this article, we’ll explore the basics of integrating DynamoDB into a Spring Boot Application...
View ArticleWriting a Custom Filter in Spring Security
1. Overview In this quick article, we’ll focus on writing a custom filter for the Spring Security filter chain. 2. Creating the Filter Spring Security provides a number of filters by default, and most...
View ArticleJava Web Weekly, Issue 149
1. Spring and Java >> Introducing the Spring Cloud CLI Launcher [spring.io] Spring Cloud is definitely moving fast. Here’s a quick writeup covering a new CLI command that takes some of the work...
View ArticleJava NIO2 Path API
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we will learn how to use the new I/O (NIO2) Path API in Java. The Path APIs in NIO2...
View ArticleWorking with Network Interfaces in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we’ll focus on network interfaces and how to access them programmatically in Java....
View ArticleIntroduction to the Java NIO2 File API
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we’re going to focus on the new I/O APIs in the Java Platform – NIO2 – to do basic file...
View ArticleIntroduction to FindBugs
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview FindBugs is an open source tool used to perform static analysis on Java code. In this article, we’re...
View ArticleIntroduction into Intercepting Filter Pattern in Java
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview In this tutorial, we’re going to introduce the Intercepting Filter Pattern presentation-tier Core...
View ArticleA Secondary Facebook Login with Spring Social
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview In this tutorial, we’ll focus on adding a new Facebook login to an existing form-login app. We’re going to...
View ArticleA Guide to the Java URL
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we are going to explore low-level operations with Java network programming. We’ll be...
View ArticleA Guide To HTTP Cookies In Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we are going to explore low-level operations with Java network programming. We’ll be...
View Article