How to use OSGi to achieve Multi tenancy? Can any one explain -
recently trying implement multitenancy using osgi framework... unable proceed, how start multi tenancy using osgi? can post related information developing multi tenancy...
thanks
until osgi did not have official answer that, changed 'subsystems' specification in osgi 5.
david bosschaert wrote nice article it:
http://coderthoughts.blogspot.nl/2013/04/osgi-subsystems.html
mind you, stuff far mainstream yet, might run adopter problems, if on tight schedule i'd advise against it.
alternatively, at:
- apache karaf instances. apache karaf lightweight osgi container , can create nested instances can share code / services parents.
- nest osgi instances yourself. starting osgi not heavy weight, , can choose packages , services want share child instances.
Comments
Post a Comment