<@U0CP8EBRV> welcome to the TornadoFX community! A...
# tornadofx
a
@Czar welcome to the TornadoFX community! As a general rule I gave myself, if I think we could learn together on the channel I keep it to the main thread. I totally agree that threads and their lack of features make it hard to segment conversations on here. I'm not as familiar with
by di()
- can you provide an example?
by inject
is how we easily do dependency injection with models/views/controllers in TornadoFX
c
Thanks 🙂 I'm using SpringFu framework (that's experimental functionally configured "version" of Spring Boot). TornadoFX has ability to integrate with such frameworks and then I can use
by di()
to get the dependencies from SpringFu context, same way I can get tornadofx components with the help of
by inject()
👍 1