Hey folks, I’m working as a .Net developer and new...
# server
a
Hey folks, I’m working as a .Net developer and new to the kotlin/java ecosystem. After I made myself familiar with the language, Spring and the common package managers I like to now if there are any tools like MediatR or other “nugets” to help the developers with architectural housekeeping?
a
what kind of housekeeping are you looking for?
s
Dependancies are typically managed in the gradle.build file for Java / Kotlin applications.
s
@André Benda not sure if it's what you're looking for, but RxJava/RxKotlin may help. https://github.com/ReactiveX/RxJava
👀 1
(also #rx)
a
I think he is looking for a library that does design patterns for him
a
@Sam Dozor that’s somewhat close to MediatR and it looks interesting
@asad.awadia MediarR forces the user to implement the Mediator Pattern with CQRS while delivering the needed infrastructure in the background
l
1
👀 1
a
@lorefnon thanks!