joune / osgi-shared-akka

Example to illustrate sharing an actor system injecting services and exchanging messages between actors in different bundles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This example illustrate sharing an actor system injecting services and exchanging messages between actors in different bundles

gradle clean build gradle :system:run

This launches an "empty" OSGi framework

Open the webconsole at http://localhost:8080/system/console (admin/admin)

Install and start system, app1 and app2 bundles (under build/libs) using the "install/update" button

About

Example to illustrate sharing an actor system injecting services and exchanging messages between actors in different bundles


Languages

Language:Scala 100.0%