Posted By:
Michael_Wax
Posted On:
Friday, March 30, 2001 02:04 PM
You could store the remote object in an object with synchronized access in the HttpSession or in a singleton object on your web server.
However, are you really sure that you want to go this route? Taking the frames out would solve your problem without the need for an expensive synchronization mechanism. (In the view of many web developers and usability engineers, taking the frames out would also enhance the appearance and usability of your site.)