I would like to have a @Service layer with all the business rules like in my others spring boot app.
As Jmix is based on entities, I need to create lots of computed values to use them in my different screens, but I didn’t manage to inject services in entities (and I’m not certain that’s a good pattern)…
So maybe my question is what are the recommendations to architecture business logic and reuse logic in computed values, screens code, listeners,…