Is there any 'Equinox (OSGi)' like implementation for using in Ruby? -


What is the implementation of any 'Equinox (OSGI)' to use in Ruby?

I would like to use multi-functional distributed in Ruby with easy management and I was not able to find anything like e

OSGI is a technology for Java virtual machine, so it works with JRB.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -