RemoteClass
hello all,
i using flex rpc components blazeds. have created 1 login class holds properties of user, , has remoteclass alias property set map class on server. wanted know basic if binding in both direction? how [remoteclass] meta tag works, if change 1 field in server(java bean) reflected in client(flex) if provide me article understand concept of remoteclass.
thanks , support.
i using flex rpc components blazeds. have created 1 login class holds properties of user, , has remoteclass alias property set map class on server. wanted know basic if binding in both direction? how [remoteclass] meta tag works, if change 1 field in server(java bean) reflected in client(flex) if provide me article understand concept of remoteclass.
thanks , support.
as far know remoteclass meta tag casting convenience. means server can send java object , flex application receives actionscript object. if flex application sends actionscript object java server recieves java object.
this not mean see shared copy of object, after object has been sent flex applicaiton , java server have 2 different copies of object. changing values in flex object not change values in server object.
hope clarifies things you
this not mean see shared copy of object, after object has been sent flex applicaiton , java server have 2 different copies of object. changing values in flex object not change values in server object.
hope clarifies things you
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment