BLIS Webmaster (Patrick Houbaux) wrote:
Is is possible to automatically synchronized the server side of
what's happening on the client side to my JavaBean?
You can create a special setter function in your interface that would
call the webservice to update the server's attribute.
Rather than
Any idea about this question?
Thanks
Patrick.
Patrick Houbaux wrote:
Hi all,
I'm working with a service (that I'm the developper) that exposes some
JavaBean.
As far as I understand the instance of the JavaBean on the client side
is not synchornised with the instance JavaBean on the server sid
Hi all,
I'm working with a service (that I'm the developper) that exposes some
JavaBean.
As far as I understand the instance of the JavaBean on the client side
is not synchornised with the instance JavaBean on the server side.
i.e: when I modify an attribute of a client instance of the JavaBean