Spring MVC
-
Enterprise Java
Spring MVC Error Handling Example
This post describes the different techniques to perform error handling in Spring MVC 3. The code is available on GitHub in…
Read More » -
Enterprise Java
Spring MVC Form Validation (With Annotations)
This post provides a simple example of a HTML form validation. It is based on the Spring MVC With Annotations example. The…
Read More » -
Enterprise Java
Spring MVC for Atom Feeds
How to add feeds (Atom) to your web application with just two classes? How about Spring MVC? Here are my…
Read More » -
Enterprise Java
Spring MVC Customized User Login Logout Implementation Example
This post describes how to implement a customized user access to an Spring MVC web application (login logout). As a…
Read More » -
Enterprise Java
Spring MVC Controller JUnit Testing
JUnit testing Spring MVC controllers is not an easy task. But recently, a new project (to be included in Spring…
Read More » -
Enterprise Java
Spring MVC 3 Template and Apache Tiles
An efficient design consideration for any web application is the use of a template engine (or tool), and with Spring’s…
Read More » -
Enterprise Java
Spring – Adding Spring MVC – part 2
In the previous part we’ve implemented controllers for managers and employees. Now that we know our way around, we’ll do…
Read More » -
Enterprise Java
Spring – Adding Spring MVC – part 1
Welcome to the fourth part of this tutorial. In this part, we will write controllers and views using Spring MVC…
Read More » -
Enterprise Java
Maven Web Project Kickstarter Codebase with Spring, Hibernate, Akka, Twitter Bootstrap, Apache Tiles and jQuery
I am happy to upload my second project to GitHub to help people get started with Java Web App Development…
Read More »