Good start on the day. 3 features down, 3 shots of...
# tornadofx
e
Good start on the day. 3 features down, 3 shots of double espresso 😁
k
@edvin I'm wondering about your thinking on this, REST client capability seems like a separate concern from that of a UI framework. There are other REST clients around for Kotlin, no?
e
@kastork In my mind, many desktop applications these days talks to a REST endpoint. Therefore it's nice to have strong JSON + Rest support, while allowing the developer to use another implementation without getting in the way. For the common case you can't do it more conveniently than the built in support, and I think most developers will be happy with that. No need to figure out how to use framework x with TornadoFX 🙂
As always (or most of the time), TornadoFX provides something without forcing you to use it.
k
This client is really clean and simple. Would be useful in non-FX projects too.
e
Agreed. When we switch to JDK9 I think we will split the framework into bundles, where json/rest could be separate bundles perhaps.