Introduction to Spring Data Solr
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 Spring Data Solr in a practical manner. Apache Solr is...
View ArticleIntroduction To Apache Camel
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview In this article, we’ll explore introduce Camel and explore one of its core concepts – message...
View ArticleA Guide to JUnit 5
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview JUnit is one of the most popular unit-testing frameworks in the Java ecosystem. Although the current...
View ArticleExploring the Spring BeanFactory API
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction This article will focus on exploring the Spring BeanFactory API. BeanFactory interface provides a...
View ArticleSHA-256 Hashing in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview The SHA (Secure Hash Algorithm) is one of the popular cryptographic hash functions. A cryptographic hash...
View ArticleJava Type System Interview Questions
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction Java Type System is a topic often brought up on technical interviews for Java developers. This...
View ArticleJava Concurrency Interview Questions (+ Answers)
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction Concurrency in Java is one of the most complex and advanced topics brought up during technical...
View ArticleSpring Security OAuth2 – Simple Token Revocation
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview In this quick tutorial, we’ll illustrate how we can revoke tokens granted by an OAuth Authorization Server...
View ArticleGeolocation by IP in Java
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Introduction In this article, we will explore how to get geographic location data from an IP address using...
View ArticleJava Web Weekly, Issue 152
1. Spring and Java >> The Joy of Mustache: Server Side Templates for the JVM [spring.io] An intro to Mustache and Spring Boot – what more do you need? >> Keeping The Community In The Java...
View ArticleIntro to Code Quality Rules with FindBugs and PMD
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview In this article, we will be highlighting some of the important rules featured in code analysis...
View ArticleGuide to UriComponentsBuilder in Spring
The price of "REST With Spring" is going up to 199$ on the 2nd of December: >> REST With Spring at 149$ 1. Introduction In this tutorial, we are going to focus on the Spring...
View ArticleSorting in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview This article will illustrate how to apply sorting to Array, List, Set and Map in Java 7 and Java 8. 2....
View ArticleGuide to Java NIO2 Asynchronous Channel APIs
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we are going to explore the foundations of one of the key additional APIs of the new I/O...
View ArticleA Guide to WatchService in Java NIO2
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we are going to explore the WatchService interface of Java NIO.2 filesystem APIs. This...
View ArticleJava Web Weekly, Issue 153
1. Spring and Java >> Going reactive with Spring Data [spring.io] The reactive support in Spring Data looks very interesting and actually idiomatic. It may also be a nice, high level way to get...
View ArticleHow to use the Spring FactoryBean?
The price of "REST With Spring" is going up to 199$ on the 2nd of December: >> REST With Spring at 149$ 1. Overview There are two kinds of beans in the Spring bean container: ordinary beans and...
View ArticleA Guide To NIO2 File Attribute APIs
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we are going to explore one of the advanced features of the Java 7 NIO.2 filesystem APIs...
View ArticleA Guide To NIO2 FileVisitor
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we are going to explore an interesting feature of NIO2 – the FileVisitor interface. All...
View ArticleA Guide to NIO2 Asynchronous Socket Channel
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we will demonstrate how to build a simple server and its client using the Java 7 NIO.2...
View Article