REST API with Play Framework in Java
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview The purpose of this tutorial is to explore the Play Framework and learn how to...
View ArticleIntroduction to SLF4J
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview Simple Logging Facade for Java (abbreviated SLF4J) – acts as a facade for different logging frameworks...
View ArticleJava Web Weekly, Issue 146
1. Spring and Java >> Securing JAX-RS Endpoints with JWT [antoniogoncalves.org] JWT is becoming the de facto standard in web security yesterday. And JJWT is certainly a good way to go for an...
View ArticleThymeleaf: Custom Layout Dialect
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction Thymeleaf is a Java template engine for processing and creating HTML, XML, JavaScript, CSS and plain...
View ArticleIntroduction to the Java NIO Selector
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we will explore the introductory parts of Java NIO’s Selector component. This is an...
View ArticleWhere is the Maven Local Repository?
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview This quick writeup will focus on where Maven stores all the local dependencies locally – which is in the...
View ArticleIntroduction to WebJars
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview This tutorial introduces WebJars and how to use them in a Java application. Simply put, WebJars are client...
View ArticleAn Introduction To Spring JMS
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview Spring provides a JMS Integration framework that simplifies the use of the JMS API. This article...
View ArticleIntro to Mapping with MapStruct
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we’ll explore the use of MapStruct which is, simply put, a Java Bean mapper. This API...
View ArticleSpring Security: Authentication with a Database-backed UserDetailsService
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview In this article, we will show how to create a custom database-backed UserDetailsService for authentication...
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 ArticleA 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 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 Article