vote up 3 vote down star
3

Hi there

I want to do the Spring Framework Certification (2.5), but there aren't many good resources to prepare for the exam. For the Sun certifications there are a lot of books and trainers (Enthuware / Whizlabs) but not for the Spring certification.

Has somebody done the 2.5 exam already? What was your first impression? How did you prepare? What resources did you have and which are sufficient.

Thanks in advance for your answers!

flag

50% accept rate

5 Answers

vote up 7 vote down
  1. It seems that the first thing you HAVE to do is take the Spring Core training (see this discussion at Javaranch)

  2. Look at the list of suggested study topics for the Spring Framework Certification examination (PDF)

  3. Read the 2nd edition of the "Spring in Action" book -- focus on the study topics (Amazon) (covers Spring 2.0, but is a good resource for the generic concepts)

  4. Read the Spring Framework Reference Manual -- focus on the study topics (HTML/PDF)

  5. Do all the labs from the Spring Core training (again!)

  6. Doing the various Spring exams at JavaBlackBelt

  7. By know you should be well prepared to take the certification!

[I'm continuing to find resources, so I'm combining them here in a single answer here]

link|flag
You don't HAVE to take the course, if you have Spring experience you may be allowed to take the exam as a "grandfathered candidate". springsource.com/node/761 – Kjetil Ødegaard Jun 8 at 11:17
vote up 2 vote down

If you do take the Spring Core training, then they will give you a comprehensive set of hands-on examples to take away on CD. My tactic was simply to run through all of these examples a couple of days before the test. And also to have read Spring in Action in its entirety :-)

link|flag
Thanks toolkit. So, you have taken the exam? Did you pass (and with what percentage)? Was it easy / hard? Can you remember some (type of) questions? – Johan Pelgrim Sep 21 '08 at 10:03
Yep I took the exam. Did about a day'scramming - would have liked to do a bit more. Got 86%. Can't say aboutthe questions asked due to the terms & conditions. What I can say was all the questions were radiobutton questions, unlike Sun exams where you often don't know how many boxes to check – toolkit Sep 27 '08 at 0:43
vote up 1 vote down

I find that just writing code is the best way to study for these type of certifications!

link|flag
vote up 0 vote down

It is good idea to start from "Spring in Action" (Manning)

link|flag
vote up 0 vote down

The following tutorial teaches you how to build a Spring web application from scratch:

http://static.springframework.org/docs/Spring-MVC-step-by-step/index.html

Also, check out this question:

http://stackoverflow.com/questions/76764/where-can-i-find-a-good-introductory-tutorial-for-spring

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.