multithreading - Concurrency and messaging framework for Java ME -
in java, implement different "modules" running in own thread , message other "modules" running in other threads. using mindroid, guava service , eventbus libraries, or actor type frameworks kilim or jetlang.
however, need work oracle java micro edition 3.4 , possibly java micro edition 8 well. run on embedded systems (e.g. on raspberry pi or less powerful hardware), should lightweight. license should preferably free , permissive (e.g. bsd, mit, apache 2.0). also, should in java , not other jvm languages (so akka out).
please recommend suitable library or framework based on these criteria.
someone suggest mbassador messaging framewrok me. it's under mit license , light-weight message (event) bus implementation following publish subscribe pattern. designed ease of use , aims feature rich , extensible while preserving resource efficiency , performance.
Comments
Post a Comment