How to use Spring's inversion of control (especially dependency injection) with JADE ( https://en.wikipedia.org/wiki/Java_Agent_Development_Framework ), if JADE is managing agent (object) creation with it's platform?
Asked
Active
Viewed 704 times
2
-
1Hi I will try to solve this, have you done any progress ?? – Mohammed Housseyn Taleb Mar 27 '17 at 13:47
-
Not really, I have switched JADE to Akka for actor oriented programming, that can do most (everything?) what JADE can do and has integration with spring as well – xinus01 Jul 16 '17 at 08:46
1 Answers
1
Hi I have the same idea try to look at this Spring tutorial with JSE knowing that we implement jade in a JSE environment may be that will work in Spring 3.0
At first glance I personally believe that is possible knowing any agent in jade is a class, spring manages objects we can structure our platform agents where we put the AMS and the DF in a full Java class with it setters and getters and logic.

Mohammed Housseyn Taleb
- 1,748
- 28
- 64