amazing... Reactive web a long waited stuff, finally here...
@DepankerSharma8 жыл бұрын
This was really nice tutorial, thanks Josh.
@eigbiremolenaugustine67378 жыл бұрын
this is cool. Loving it....
@hamza2011838 жыл бұрын
Thanks, I love it !!!
@MarkHetherington8 жыл бұрын
great talk!
@nullpointerE8 жыл бұрын
I'm seriously hyped now! Will this work seamlessly with RxJava too?
@JoshLong8 жыл бұрын
yes! I didn't even get to look at the rest of the reactive story in Spring Framework 5. This is, specifically, the functional reactive endpoints. Glad you enjoyed it!
@ibarrajuan6 жыл бұрын
Nice demo, how enable the springfox swagger in this demo, springfox works whit Spring MVC, can any help me?
@MrSenussi888 жыл бұрын
Nice talk, would you please tell me how to handle static resources?
@JesseQuickEats7 жыл бұрын
The type Stream is not generic; it cannot be parameterized with arguments ?
@HallOfMemeYT3 жыл бұрын
hello ,how do i get better in coding like you sir.please guide,programming practices and books you read,please share here. you are a god level coder
@CharlesRay877 жыл бұрын
Nice demo, but I don't get a point why we really need it? Comparing to classic Spring Web application, reactive version behaves much worse under regular load generated using Apache Bench.
@zedisdeadz7 жыл бұрын
2 things that come from the top of my head. I'm sure there are more. 1 it is asynchronous by design so you the client does not have to wait for the result. 2 you can have back pressure which means that you can tell the server that I want to load results 5 at a time. this way you implement the infinite scrolling that you see in facebook feed, youtube comments, twitter feed etc