• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Referrals for Books about Spring for absolute beginners

 
Ranch Hand
Posts: 116
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Community!
I'm lookung for books for spring-beginners.

I hope you can help me to get some tips

I am looking for books with practical examples for spring-beginners.


Thank you.


Greeetz
 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you able to clarify what you are looking for?
There are a number of Spring projects as noted here https://spring.io/projects.

However, let's say that you want to know about Spring and/or Spring Boot.
Recently Spring released a Spring 5.0 and they are close to releasing Spring Boot 2.0 (I personally suspect within a year, but have no references for this.)

It would be also helpful if you are looking for books regarding certification or books for generally learning.
 
Pete Letkeman
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For a pretty good introduction to Spring Boot 2.0 you may want to look into Learning Spring Boot 2.0 - Second Edition by Greg L. Turnquist found here
https://www.packtpub.com/application-development/learning-spring-boot-20-second-edition

In this book you create two micro services, where one service talks to the other service.
You are also introduce to the following concepts that you create projects for:
  • Spring Reactive Stream Programming
  • Spring Boot: Hystrix
  • Soring Boot: Web Sockets
  • Spring Boot: Config Server
  • Spring Boot: Eureka Server
  • Spring Messaging using RabbitMQ with Spring AMQP
  • In the end you have more then five different Spring Boot projects running at the same time.
    This book teaches you enough to be dangerous.

    However this book does not teach you exactly why you would want to use either an XML config or an annotation or what either of those do.

    There is a listing of books and resources found here https://coderanch.com/c/books along with book reviews.
    I suspect that there could be one or more books regarding Spring found there.
     
    Pete Letkeman
    Bartender
    Posts: 1868
    81
    Android IntelliJ IDE MySQL Database Chrome Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Have you thought of online subscriptions to sites like https://www.safaribooksonline.com/ which seems to have all/much of the same material from https://www.packtpub.com plus much more?
    Given the choice I think https://www.safaribooksonline.com/ would better then the online subscription to https://www.packtpub.com.
    These sites also have online training courses which you may be able to purchase right out.
    With a one month subscription to a service like either of these you could possibly find some resources that work for you.
    From there you could possibly cancel the subscription and purchase the resources that you want after previewing them.
     
    Ralf Coby
    Ranch Hand
    Posts: 116
    1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi, and thank you for your help!

    thank you very much for your help!

    I will check out all of these books/ link to get an overview
     
    Ralf Coby
    Ranch Hand
    Posts: 116
    1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Edit: If you know further books for the spring-framework which are suitabel for beginners, please let me know : )
     
    Ralf Coby
    Ranch Hand
    Posts: 116
    1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I've found a great book to start with!

    But I think it's only in a german-edition available.

    It's called: "Spring 2 für Grünschnäbel" It's an open-book and free to download!

    Greeeeeeeeeetz
     
    Don't get me started about those stupid light bulbs.
    reply
      Bookmark Topic Watch Topic
    • New Topic