• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Is this book still useful for current Spring Professional Certification?

 
Ranch Hand
Posts: 79
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am planning on taking the Spring Professional Certification. This covers the Spring framework v5.0. The book Pivotal Certified Professional Spring Developer Exam: A Study Guide  focusses on Spring 4.3.

Is this book still advisable to read or is Spring in Action, which is updated to Spring v5.0, a better read?

Regards,

Bart
 
Bartender
Posts: 1159
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some parts of the book will still be relevant, the core topics like spring dependancy injection, bean lifecycle, aspect oriented programming, testing, model/view/controller, REST web services.  Other old topics which were dropped for the newer certification, can just be ingored, technologies like spring remote method innovation, SOAP web services for example.  

In summary I'll use both books along with Spring Boot in action.   And also the official documentation which is always very good.

Good luck.  
 
Bart Boersma
Ranch Hand
Posts: 79
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Peter for the update. Could you send me a link to the official documentation, I haven't been able to find those.
 
Peter Rooke
Bartender
Posts: 1159
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring Docs main page
All the documentation for every project

The framework is large, and so split into many different projects.  So it will be a case of looking at the documentation for a specific technology which is a objective on the exam.  Here is the core spring documentation;  The latest core Spring reference guide
 
We don't have time to be charming! Quick, read this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic