File Upload with Spring MVC
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview In previous articles, we introduced the basics of form handling and explored the form tag library in...
View ArticleEntity Validation, Optimistic Locking, and Query Consistency in Spring Data...
1. Introduction After our introduction to Spring Data Couchbase, in this second tutorial we focus on the support for entity validation (JSR-303), optimistic locking, and different levels of query...
View ArticleXStream User Guide: JSON
I usually post about Dev stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview This is the third article in a series about XStream. If you want to learn about its basic use in...
View ArticleJava Web Weekly, Issue 120
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 Expression Language Guide
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview The Spring Expression Language (SpEL) is a powerful expression language that supports querying...
View ArticleAn Intro to Spring HATEOAS
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview This article explains the process of creating hypermedia-driven REST web service...
View ArticleJava Web Weekly, Issue 121
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 ArticleGuide to the Fork/Join Framework in Java
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview The fork/join framework was presented in Java 7. It provides tools to help speed up parallel...
View ArticleIntroduction to PowerMock
I just released the Starter Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview Unit testing with the help of a mocking framework has been recognized as a useful practice for a...
View ArticleJava Web Weekly, Issue 122
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 ArticleConferences 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 Article