Skip to content

For whom is this made and what do you need to know before starting?

Daniel edited this page May 3, 2024 · 1 revision

At Jyraf, there is quite a high entry barrier, despite my efforts to simplify many aspects. The entire library is built around reactor-core, which you may have encountered in Spring if you've worked with WebFlux or RSocket. Therefore, you need to know what it is and how to use it!


The foundation of Jyraf is dependency injection, the implementation of which at the output is very similar to AnnotationBasedSpringContext, only greatly simplified. More detailed information awaits you further if you are ready.


It's important to mention that in many ways, Jyraf relies on other libraries, so you will often see references to them.


To sum up, to work with Jyraf, you need to be at least a confident junior Java developer and have experience with Spring and Reactor. Otherwise, using Jyraf may not be the solution for you.

Clone this wiki locally