Projects
- Bundle-Bee
Bundle-Bee transforms OSGi-runtimes into a scalable grid platform. The grid forms automatically via Bundle-Bee's zero configuration feature. Ordinary bundles become grid enabled during startup via Java bytecode instrumentation.
In contrast to other platforms, Bundle-Bee doesn’t require a radically new programming paradigm. Simple adherence to constraints that are already known from other distributed programming environments (e.g. Java EE’s EJB or RMI) are sufficient: Don’t mess with threading and classloading, stay away from using statics and use interfaces that would work with call-by-value- as well as call-by-reference-semantics. That’s about it....
Also available in: Atom