For me the 2 approach are quite different.
For what I understand spring-fu is more a DSL using the builder pattern to simplify spring configuration and get rid of annotations.
In the case of ktor, the lambda are executed in the request pipeline. It’s more than just configuration.
o
orangy
06/08/2018, 10:29 PM
I’m still waiting to open the project and look deeper. My internet connection is broken or something is broken elsewhere, but all I get is
Cause: <http://plugins-artifacts.gradle.org:443|plugins-artifacts.gradle.org:443> failed to respond
n
napperley
06/08/2018, 11:47 PM
With Vert.x it is similar with the main differences being the APIs are Kotlin extensions that are part of a separate library (https://github.com/vert-x3/vertx-lang-kotlin), and the APIs are a drop in replacement for some of the Vert.x APIs.