Hello,
I am using Spring DM in a personnal project and I found it just awesome.
However, I was considering it for a professionnal project and the visible lack of activity can prevent me to do...
Type: Posts; User: Deaf; Keyword(s):
Hello,
I am using Spring DM in a personnal project and I found it just awesome.
However, I was considering it for a professionnal project and the visible lack of activity can prevent me to do...
Hello,
I have a service A which uses an other one B.
I would like A to have a behaviour like this:
- If B is available, use B for the sub-task
- If B is not available, A does it itself (the...
Hello,
I am using Spring DM 2.0.0.M1 and I am facing a basic problem (it seems).
In a single bundle:
- I have an interface A
- I have a basic implementation B of this interface A
- I have...