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

Book Promo: Spring in Action

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
How this book will help developer to be in action to develop spring application?

Is there anything mentioned about spring and ajax framework in this book?

Sorry for asking some weird question (Apology)

Thanks
SP
 
author
Posts: 422
13
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Skumar Patel wrote:Hi
How this book will help developer to be in action to develop spring application?



I'm not sure I understand this question, but...I'll try answering it anyway: While it would be impossible (trust me, I've tried) to write a book that comprehensively covers every nook and cranny of Spring application development, Spring in Action covers the bits that are most commonly used and valuable in many projects. And it does so with a spirit of "laziness" (which, according to Larry Wall is a good trait of a software developer). Laziness aims to reduce the amount of work that you do as a developer, focusing on what's most important, and avoiding where possible writing code that satisfies the framework. In other words, as much as possible, focus on achieving your project's goals and less focus on writing Spring configuration code (which is why, starting with the 5th edition, the book is very Spring Boot-centric).

Skumar Patel wrote:
Is there anything mentioned about spring and ajax framework in this book?



There is a slight amount of integration with Angular, but only enough to demonstrate Spring concepts. It is not intended as a "How to write Angular/React/VueJS apps with Spring" book in any way. I only introduced Angular to the mix so that I could talk about some of the Spring concepts around REST APIs.
 
Skumar Patel
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Craig.

excellent answer specially first one.

Thanks
SP
 
They gave me pumpkin ice cream. It was not pumpkin pie ice cream. Wiping my tongue on this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic