Hi all,
As Aries purpose is to provide an entreprise OSGi application
programming model, I guess it should cover the distributed way of using
services/bundles.
For example, in JEE, we can call EJBs remotely (using the remote
interface) using RMI-IIOP.
If I'm re-read the Aries proposal, I can see:
"...deliver run-time componentry that supports applications, running in
an OSGi framework, exploiting enterprise Java technologies common in web
applications and integration scenarios including web application
bundles, remote services integration and JPA".
Is it plan to do quite the same with OSGi bundles: a bundle can call
another bundle service remotely ? It seems that the "remote services
integration" looks like this, isn't it ?
Have you discuss the underlying protocol to use (RMI, RMI-IIOP, anything
else) ?
Sorry if this topic has already been discussed or if my question is not
applicable or interesting :).
I'm very interesting to contribute on this topic (and others of course :)).
I think that a first implementation using RMI and dynamic proxy can
provide distributed bundles services.
Could you provide me some feedback ?
Thanks
Regards
JB