9 March, 2008

Handling Exceptions In Spring MVC – Part 2

In ‘Handling Exceptions In Spring MVC – Part 1′ we talked about how the servlet container can be set up to manage exceptions and status codes, as well as some of the issues you can face by having the servlet container be responsible for this. We also went over the HandlerExceptionResolver interface in Spring, including [...]