Book Image

Spring MVC Beginner's Guide

By : Amuthan Ganeshan
Book Image

Spring MVC Beginner's Guide

By: Amuthan Ganeshan

Overview of this book

Table of Contents (19 chapters)
Spring MVC Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we understood the concept of the interceptor and learned how to configure the interceptor in Spring MVC. We learned how to do performance logging using the interceptor. We also learned how to use Spring's LocaleChangeInterceptor to support internationalization. Later, we learned how to do audit logging using the interceptor. Finally, we learned how to do conditional redirecting using the interceptor.

In the next chapter, I will introduce you to validation. You will learn how to do form validation and other types of custom validations.