Intro 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 permanently going up to 199$ today, in a few hours: >> REST With Spring at 149$ 1. Overview There are two kinds of beans in the Spring bean container:...
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 ArticleIntroduction to Selenium with JUnit / TestNG
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Introduction This article is a quick, practical introduction to working with Selenium and writing tests...
View ArticleA Guide to OkHttp
I usually post about HTTP stuff on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this article, we’ll show the basics of sending different types of HTTP requests, receiving and...
View ArticleA Guide To NIO2 Asynchronous File Channel
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 key additional APIs of the new I/O (NIO2) in Java 7,...
View ArticleDeleting Objects with Hibernate
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview As a full-featured ORM framework, Hibernate is responsible for lifecycle management of persistent...
View ArticleGuide to AspectJ
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Introduction This article is a quick and practical introduction to AspectJ. First, we’ll show how to...
View ArticleGuide To Java 8 Optional
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we’re going to show the new Optional class that was introduced in Java 8. The purpose of...
View ArticleJava Web Weekly, Issue 154
1. Spring and Java >> Feeding Spring Boot metrics to Elasticsearch [frankel.ch] After low level system data, the next family of metrics you want to start tracking and monitoring are JVM level...
View ArticleFat Jars for Thin Deployments with Spring Boot
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction One of the more heart-warming developments of recent years has been ongoing simplification of how web...
View ArticleIntroduction to Spring Session
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview Spring Session has the simple goal of free up session management from the limitations of the HTTP session...
View ArticleJava Class Structure and Initialization Interview Questions
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction Class structure and initialization are the basics that every Java programmer should be familiar with....
View Article