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

Pro Spring MVC and asynchronous commands

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Long time I'm looking for a serious book covering this trio.

Do you cover the aspects of asynchronous commands and automatic page portion refresh in your book?

Thanks
 
Author
Posts: 56
15
Scala IntelliJ IDE Spring Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

The book has examples of different bits of a page being loaded by different reactive components. So, I think this covers what you are interested about.
 
Stephane Clinckart
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

iuliana cosmina wrote:
The book has examples of different bits of a page being loaded by different reactive components. So, I think this covers what you are interested about.



Does the framework also make use of the HTML5 imbedded DB in the browser ?
For offline work ?

And if yes, does the book cover how to "resynchronize" the data when going online ?

Thanks
 
iuliana cosmina
Author
Posts: 56
15
Scala IntelliJ IDE Spring Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book is focused on Spring reactive components, so the WebFlux framework. Since Spring is used for the background heavylifting, the reactive part of the book focuses more on the interaction between reactive microservices. The Web interface is mostly based on reactive Thymeleaf views  that can interract with reactive microservices, which seemed to support resyncronization.

HTML5 imbedded DB is not really a topic I considered, because of the focus being on Spring. But I will keep it in mind for the  next edition. Thank you!

Cheers!
 
Screaming fools! It's nothing more than a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic