Spring MVC
-
Enterprise Java
Adding Social Sign In to a Spring MVC Web Application: Configuration
In the good old days users logged in by using the combination of username and password. Although nowadays some people…
Read More » -
Enterprise Java
Spring MVC: Ajax & JQuery
Today I want to demonstrate how to integrate AJAX into a Spring MVC application. I’m going to use JQuery on…
Read More » -
Enterprise Java
Spring MVC: Resources
One of the most frequent questions which I receive from my blog readers is how to use css and javascript…
Read More » -
Enterprise Java
Unit Testing of Spring MVC Controllers: REST API
Spring MVC provides an easy way to create REST APIs. However, writing comprehensive and fast unit tests for these APIs…
Read More » -
Enterprise Java
Spring MVC: REST application with CNVR vol. 3
This is a final, third part of Spring MVC REST tutorial with CNVR. Here I will demonstrate how all that…
Read More » -
Enterprise Java
Spring MVC: REST application with CNVR vol. 2
In the previous post I have made a fast overview of the setting up environment for Spring MVC REST project…
Read More » -
Enterprise Java
Spring MVC – @RequestBody and @ResponseBody demystified
In this post i want to dig into spring mvc a little, revealing what happens behind the scenes when a…
Read More » -
Enterprise Java
Spring MVC: REST application with CNVR vol. 1
Not so long time ago I have read an article written by Paul Chapman about Content Negotiating View Resolver (CNVR).…
Read More » -
Enterprise Java
Getting Started With Spring’s MVC Test Framework – Part 2
The first blog in this mini-series introduced the Spring MVC Test Framework and demonstrated its use in unit testing Spring MVC…
Read More »