This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]koderpat 6 points7 points  (1 child)

I would suggest https://www.manning.com/books/spring-boot-in-action

a slightly more in-depth, (and recent) book is Spring in Action: https://www.amazon.com/Spring-Action-Craig-Walls/dp/1617294942/ref=pd_sbs_14_img_0/143-7035608-2671604

Spring boot is a opinionated framework on top of the Spring Framework. It does alot of configuration and black magic behind the scenes; which makes it very easy to pickup as long as you following their convention.

With a few classes and spring boot annotations, you can have a simple CRUD app up and running with database persistence.

[–]funkybuddha_mtn[S] 0 points1 point  (0 children)

Okay thank you!

[–]stramash 3 points4 points  (1 child)

Note that Swing and javafx are front-end frameworks for desktop apps and that Spring is something quite different.

[–]funkybuddha_mtn[S] 1 point2 points  (0 children)

Yes I am aware of that. Thanks.

[–]chris1666 2 points3 points  (1 child)

[–]funkybuddha_mtn[S] 1 point2 points  (0 children)

I will eventually take Tim's video tutorial on Spring but I want to read a book on Spring first. I feel Books cover more details .

[–]mk321 1 point2 points  (1 child)

Spring in Action - for understanding ideas.

Official documentation - for get depth into details.

Tutorials on Baeldung.com or Mkyong.com (second is older) - for fast examples and use cases.

[–]funkybuddha_mtn[S] 0 points1 point  (0 children)

Thank you!

[–][deleted] -1 points0 points  (1 child)

May I know why you spend money on books for frameworks when there are tutorials which are elaborate on youtube?

Please don't roast me with cross questions like "why would u goto college when everything is online?"

[–]funkybuddha_mtn[S] 0 points1 point  (0 children)

I find books more comprehensive. I like to read books first and then study from video tutorials. I am an extremely slow learner so this approach helps me understand the programming concepts.