[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ecf-dev] ECF not serializing changed method arguments (generic server)
|
Hi Konrad,
On 4/12/2012 1:13 PM, Konrad Bielak wrote:
Hi Scott,
Thank you for your reply.
Unfortunately I'm bound to interface generated by external tool and
can't change anything :( All I can do is subclass, Holder class is
forced by this tool [1]
The design here is Server (form of proxy)<----ECF----> Client, where
proxy is automatically generated from WSDL file.
What if I use r-OSGi? Would this help? I'm already using OSGI environment.
No, not particularly...since r-OSGI is also pass-by-value. Further,
r-OSGi is already an ECF remote services provider as well...i.e. it's
one of our distribution providers.
If you are stuck with trying to remote an interface that requires
pass-by-reference, then I would consider creating a facade API on top of
it (i.e. creating a brand new api specifically for remote access), and
using the existing API as implementation. Finding a pass-by-reference
distribution system these days (other than RMI) is going to be
difficult, I would expect.
Scott