• 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

Is the book for java ee developers?

 
Ranch Hand
Posts: 47
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a java developer since 2011, but I need for my new job to learn Spring.

Does your book include spring boot, spring batch, spring jdbc, spring jpa, and rest services?

Is your book for me?
 
author
Posts: 422
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I'd like to think that the book is for any Java developer, regardless of your background. As long as you know Java well enough, you should be able to pick it up and go. While a great deal of Spring is built on top of Java EE, much of that is abstracted away. But it certainly helps to know what's below that abstraction layer.

It does cover Spring Boot. In fact, that's one thing that makes it even more approachable by more Java developers, because what Spring abstracts, Spring Boot abstracts more, making development relatively easy.

It does not cover Spring Batch. I had originally planned to cover it, but due to time and space constraints I had to cut it. (And, admittedly, that's a corner of the Spring portfolio that I don't know quite as well.)

The book does cover Spring JDBC (JdbcTemplate, but not Spring Data JDBC, as that project wasn't officially announced until after the book went to the printers), Spring Data JPA, and how to create REST APIs with Spring MVC and Spring WebFlux.

So yeah, I think you'll find it useful.

Carlos Solano wrote:I am a java developer since 2011, but I need for my new job to learn Spring.

Does your book include spring boot, spring batch, spring jdbc, spring jpa, and rest services?

Is your book for me?

 
Ranch Hand
Posts: 76
IntelliJ IDE Spring BSD
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As someone that uses Batch for a fair amount of my spring usage, would there be a planned addendum for Batch topics, or failing that, any good resources that would compliment your book?
 
Bartender
Posts: 1359
39
IBM DB2 Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Chris Creed wrote:As someone that uses Batch for a fair amount of my spring usage, would there be a planned addendum for Batch topics, or failing that, any good resources that would compliment your book?


This is a very interesting question in my humble opinion. While there's a lot of interest around Spring, and consequently a lot of articles, books, tutorials about it,  it seems to me that Spring batch is somehow relegated to a niche corner, or, more simply, Spring Batch didn't undergo a modernization process as deep as the one other branches of the framework did.
 
Do Re Mi Fa So La Tiny Ad
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic