Java Software
HiveMind is a services and configuration microkernel. I will elaborate this point in this post. HiveMind allows services which are actually POJOs (Plain Old Java Objects) to be easily accessed and combined. You should use interfaces to work with HiveMind because each service defines a Java interface it implements. Instantiating and configuring of each service just as necessary is handled by HiveMind. It allows these services to collaborate with each other via dependency injection. ...
License4J 4.0
Today, 12:23 AM in Java Software