Czar
01/22/2019, 9:12 PMRest
component is not reactive and also its configuration approach isn't flexible enough for me. So I've switched to Spring's WebClient. This part already works in my application, I've even implemented log-in/log-out and can make authenticated requests.
Now the real work begins - building all the screens and workflows, but the parts where reactive `Flux`s and `Mono`s touch with tornadofx stuff are a bit ugly.