Spring MVC
The objectives of the Spring MVC exam are:
- To understand the request lifecycle and how this reflects on the different Spring MVC components
- Knowing how all the Spring MVC components can be wired together and customized
- To be able to implement the J2EE standard view technology JSP in combination with JSTL
- To understand how I18N is handled
- And finally, when things get going wrong, knowing how to handle exceptions
The objectives relate to the Spring reference manual chapter 13 and 14. For chapter 14, which covers the view technologies, only questions related to JSTL and JSP will be asked.
References:
- http://www.springframework.org/docs/reference/mvc.html
- http://www.springframework.org/docs/reference/view.html
- http://static.springframework.org/spring/docs/2.5.x/reference/mvc.html
- Professional Java Development with the Spring Framework, Wiley, 2006
- Spring in Action, Manning, 2005
| Released | Beta | Frozen | ||
|---|---|---|---|---|
Request lifecycle |
|
|||
DispatcherServlet 3 questions
|
9 | 24 | 2 | |
Controller 3 questions
|
2 | 28 | 1 | |
Handler mappings 3 questions
|
3 | 26 | 0 | |
Views and resolving them 3 questions
|
3 | 21 | 1 | |
ModelAndView 1 question
|
1 | 7 | 2 | |
Parameter binding 4 questions
|
1 | 37 | 2 | |
Bean Configuration 2 questions
|
0 | 10 | 5 | |
Tag libraries 1 question |
0 | 1 | 5 | |
I18N 2 questions
|
0 | 7 | 1 | |
Exception handling 2 questions
|
2 | 2 | 1 | |
Annotation-based controller configuration 4 questions
|
3 | 14 | 0 | |
Spring MVC in general 1 question
|
1 | 6 | 2 | |
Exam information
- 43 minutes
- 29 questions (230)
- 75% required
- +3 √
- - 12 points
- 15 day delay
- status: beta


