Conferences in May
After reading the enthusiastic Join me at GeeCON article I was inspired to do a quick writeup about the conferences that are coming up in the month of May. I’m super excited about May; first off,...
View ArticleMockito’s Mock Methods
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview This tutorial illustrates various uses of the standard static mock methods of the Mockito API....
View ArticleJava Web Weekly, Issue 123
I just released the Starter 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 ArticleSpring HTTP/HTTPS Channel Security
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview This tutorial shows how to use HTTPS to protect your application’s login page using Spring’s...
View ArticleJava Web Weekly, Issue 124
I just released the Starter 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 ArticleIntro to WebSockets with Spring
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview In this article we will create a simple web application that implements messaging using the new...
View ArticleReturning Image/Media Data with Spring MVC
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview In this tutorial, we’ll illustrate how to return images and other media using the Spring MVC...
View ArticleSpring Security – Run-As Authentication
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview In this tutorial, we’ll illustrate how to use Run-As authentication in Spring Security with a...
View ArticleJava Web Weekly, Issue 125
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE A bit of a quicker one this week, as I’m writing it in between Spring IO sessions. Here we go… 1. Spring and...
View ArticleXML Serialization and Deserialization with Jackson
1. Overview In this article, we are going to look at how to serialize a Java object to XML data using Jackson 2.x and deserialize it back to a POJO. We’ll focus on the basic operation that don’t...
View ArticleThe Basics of JUnit 5 – A Preview
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview JUnit is one of the most popular unit testing frameworks for Java, so it is a big deal in the...
View ArticleIntroduction to Spring REST Docs
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview Spring REST Docs generates documentation for RESTful services that is both accurate and...
View ArticleJava Web Weekly, Issue 126
I just released the Starter 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 ArticleJavaServer Faces (JSF) with Spring
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview In this article we will look at a recipe for accessing beans defined in Spring from within a JSF...
View ArticleJava Web Weekly, Issue 127
I just released the Starter 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 ArticleMultiple Buckets and Spatial View Queries in Spring Data Couchbase
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this third tutorial on Spring Data Couchbase, we demonstrate the configuration required to...
View ArticleGuide to Spring @Autowired
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview Starting with Spring 2.5, the framework introduced a new style of Dependency Injection driven by...
View ArticleREST API Testing with Cucumber
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview This tutorial gives an introduction to Cucumber, a commonly used tool for user...
View ArticleIntroduction to WireMock
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview WireMock is a library for stubbing and mocking web services. It constructs a HTTP...
View ArticleSpring Boot Support for jOOQ
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview This tutorial is a follow-up to the Introduction to jOOQ with Spring article, covering the ways...
View Article