Best resources to prepare for the "Spring Framework Certification" - Stack Overflow most recent 30 from stackoverflow.com 2009-11-08T18:57:45Z http://stackoverflow.com/feeds/question/91256 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/91256/best-resources-to-prepare-for-the-spring-framework-certification 2 Best resources to prepare for the "Spring Framework Certification" Johan Pelgrim 2008-09-18T09:42:53Z 2008-09-29T21:13:31Z <p>Hi there</p> <p>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.</p> <p>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.</p> <p>Thanks in advance for your answers!</p> http://stackoverflow.com/questions/91256/best-resources-to-prepare-for-the-spring-framework-certification/91268#91268 6 Answer by Johan Pelgrim for Best resources to prepare for the "Spring Framework Certification" Johan Pelgrim 2008-09-18T09:44:37Z 2008-09-29T21:09:48Z <ol> <li><p>It seems that the first thing you HAVE to do is take the Spring Core training (see <a href="http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=61&amp;t=002330&amp;p=1" rel="nofollow">this</a> discussion at <a href="http://www.javaranch.com/" rel="nofollow">Javaranch</a>)</p></li> <li><p>Look at the list of suggested study topics for the Spring Framework Certification examination (<a href="http://www.springsource.com/files/u1/_for_the_Spring_Framework_Certification_Exam.pdf" rel="nofollow" title="List of suggested study topics for the Spring Framework Certification examination">PDF</a>)</p></li> <li><p>Read the 2nd edition of the "Spring in Action" book -- <em>focus on the study topics</em> (<a href="http://rads.stackoverflow.com/amzn/click/1933988134" rel="nofollow">Amazon</a>) (covers Spring 2.0, but is a good resource for the generic concepts)</p></li> <li><p>Read the Spring Framework Reference Manual -- <em>focus on the study topics</em> (<a href="http://static.springframework.org/spring/docs/2.5.x/reference/index.html" rel="nofollow">HTML</a>/<a href="http://static.springframework.org/spring/docs/2.5.x/spring-reference.pdf" rel="nofollow">PDF</a>)</p></li> <li><p>Do all the labs from the Spring Core training (again!)</p></li> <li><p>Doing the various Spring exams at <a href="http://javablackbelt.com" rel="nofollow">JavaBlackBelt</a></p></li> <li><p>By know you should be well prepared to take the certification!</p></li> </ol> <p>[<em>I'm continuing to find resources, so I'm combining them here in a single answer here</em>]</p> http://stackoverflow.com/questions/91256/best-resources-to-prepare-for-the-spring-framework-certification/91284#91284 0 Answer by Java Junkie for Best resources to prepare for the "Spring Framework Certification" Java Junkie 2008-09-18T09:48:02Z 2008-09-18T09:48:02Z <p>It is good idea to start from "Spring in Action" (Manning)</p> http://stackoverflow.com/questions/91256/best-resources-to-prepare-for-the-spring-framework-certification/93810#93810 0 Answer by mangst for Best resources to prepare for the "Spring Framework Certification" mangst 2008-09-18T15:51:51Z 2008-09-18T15:51:51Z <p>The following tutorial teaches you how to build a Spring web application from scratch:</p> <p><a href="http://static.springframework.org/docs/Spring-MVC-step-by-step/index.html" rel="nofollow">http://static.springframework.org/docs/Spring-MVC-step-by-step/index.html</a></p> <p>Also, check out this question:</p> <p><a href="http://stackoverflow.com/questions/76764/where-can-i-find-a-good-introductory-tutorial-for-spring">http://stackoverflow.com/questions/76764/where-can-i-find-a-good-introductory-tutorial-for-spring</a></p> http://stackoverflow.com/questions/91256/best-resources-to-prepare-for-the-spring-framework-certification/106754#106754 1 Answer by toolkit for Best resources to prepare for the "Spring Framework Certification" toolkit 2008-09-20T01:51:14Z 2008-09-20T01:51:14Z <p>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 :-)</p> http://stackoverflow.com/questions/91256/best-resources-to-prepare-for-the-spring-framework-certification/150701#150701 1 Answer by pdavis for Best resources to prepare for the "Spring Framework Certification" pdavis 2008-09-29T21:13:31Z 2008-09-29T21:13:31Z <p>I find that just writing code is the best way to study for these type of certifications!</p>