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 [...]
Posts Tagged as ‘mvc’
28 February, 2008
Common Reference Data in Spring MVC
What is Reference Data?
Does Reference Data differ from Model Information?
Is CSS and image location information Reference/Model Data?
Reference Data is a term used very frequently by Spring MVC developers, especially ones which use the pre-made Spring controllers. The idea of Reference Data has mainly come from the referenceData method, located in the AbstractFormController, which is a [...]
20 February, 2008
Handling Exceptions In Spring MVC – Part 1
To read Part 2 in this series, click here
New to Spring MVC ?
or maybe you’re experienced ?
or maybe you have just used it a bit, you know, here and there.
Whatever the case, Spring MVC can cater for anyones web development appetite, if it be a simple site using the defaults, or a complex [...]
