Spring Cloud – Bootstrapping
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview Spring Cloud is a framework for building robust cloud applications. The framework facilitates the...
View ArticleMD5 Hashing in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview MD5 is a widely used cryptographic hash function, which produces a hash of 128 bit. In this article we...
View ArticleJava Web Weekly, Issue 144
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleDatabase Migrations with Flyway
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction This article describes key concepts of Flyway and how we can use this framework to continuously...
View ArticleJava Annotation Processing and Creating a Builder
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction This article is an intro to Java source-level annotation processing and provides examples of using...
View ArticleIntroduction to the Front Controller Pattern in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this tutorial we’ll be digging deeper into the Front Controller Pattern, part of the Enterprise...
View ArticleApache Tiles Integration with Spring MVC
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview Apache Tiles is a free, open source templating framework purely built on the Composite design pattern. A...
View ArticleGenerate equals() and hashCode() with Eclipse
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction In this article, we explore generating equals() and hashCode() methods using the Eclipse IDE . We...
View ArticleSpring MVC + Thymeleaf 3.0: New Features
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 Java Config for Spring Security
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview This article is an introduction to Java configuration for Spring Security which enables users to easily...
View ArticleJava – Get Random Item/Element From a List
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction Picking a random List element is a very basic operation but not so obvious to implement. In this...
View ArticleJava Web Weekly, Issue 145
Lots of interesting writeups on Java 9 this week. Here we go… 1. Spring and Java >> Ahead-of-Time (AOT) Compilation May Come to OpenJDK HotSpot in Java 9 [infoq.com] If you’re into the lower...
View ArticleFileNotFoundException in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction In this article, we’re going to talk about a very common exception in Java – the...
View ArticleHow to Read a File in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction In this article, we will see how we can read a file from a classpath, URL or inside a JAR file, using...
View ArticleA Guide To Java Regular Expressions API
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we will discuss the Java Regex API and how regular expressions can be used in Java...
View ArticleIntroduction To Play In Java
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview The purpose of this intro tutorial is to explore the Play Framework and teach you how to create a...
View ArticleSpring and Thymeleaf 3: Expressions
1. Introduction Thymeleaf is a Java template engine for processing and creating HTML, XML, JavaScript, CSS and plain text. For an intro to Thymeleaf and Spring, have a look at this write-up. Besides...
View ArticleRouting In Play Applications in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we will explore the aspect of routing in developing web applications with the Play...
View ArticleIntroduction to the Wicket Framework
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview Wicket is a Java server-side web component-oriented framework that aims at simplifying building web...
View ArticleJava 9 New Features
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview Java 9 comes with a rich feature set. Although there are no new language concepts, new APIs and...
View Article