by Greg Turnquist | Nov 1, 2017 | learning spring boot
I’ve been working on this for over a year, and today is the day. Learning Spring Boot 2nd Edition released! What’s in it? A whole lot: Web Development Data Access Testing Developer Tools AMQP Messaging Microservices WebSockets Security more! To top it off,...
by Greg Turnquist | Sep 18, 2017 | learning spring boot, writing
I have finished updating every chapter of this book to the Reactor-based paradigm. And boy did it take a lot! In case you missed it, when I embarked upon writing this book for Packt Publishing, I decided to start from scratch. The previous edition, as much as I...
by Greg Turnquist | Jul 18, 2017 | learning spring boot, spring boot
I have been diligently getting all my code up to date for the release of Learning Spring Boot 2nd Edition this September. Digging into Chapter 8, WebSockets with Spring Boot, I realized I had a bigger challenge than expected. You see, I’d chatted with Rossen,...
by Greg Turnquist | Jul 11, 2017 | learning spring boot, spring boot
With things bearing down on my September due date for Learning Spring Boot 2nd Edition, I’ve gotten in gear and started hammering at the codebase. For one thing, I have strived to catch up ALL the code to Spring WebFlux, no longer using the servlet-based Spring...
by Greg Turnquist | Mar 22, 2017 | learning spring boot
Having taken a week off after turning in the last chapter, I geared up and started reading all of Learning Spring Boot, top-to-bottom. Some bits were written before Spring Boot 2.0 was even available on Github, so there is much code that needs updating. That’s...
by Greg Turnquist | Mar 14, 2017 | learning spring boot, software, writing
I just sent in the last chapter of Learning Spring Boot 2nd Edition’s 1st draft. And my brain has collapsed. I’ve been working for several months on this 10-chapter book that embraces Spring Boot 2.0 and reactive programming. There are several books out...