Posted By:
srinivas_ch
Posted On:
Saturday, July 25, 2009 02:34 AM
Hi, I have one strange requirement, I have client-server corba based application which implements over 100 .dll files. client implemented as java-swing based application, server is in c++ (corba is communication here). now the issue is SERVER NOT AVAILABLE to CLIENT in SOME OFFICE ENVIRONMENTS, in this case to continue with my development i need a simulator which exactly acts like my original c++ corba server(huge functionality). can some body give me some suggessions on achiving this ... NOTE: i am not a good corba developer ( i hardly know basic corba stuff) some thoughts, 1)is there any whay we can interrupt corba call at socket level & add some hack ? 2)is t
More>>
Hi,
I have one strange requirement, I have client-server corba based application which implements over 100 .dll files. client implemented as java-swing based application, server is in c++ (corba is communication here). now the issue is SERVER NOT AVAILABLE to CLIENT in SOME OFFICE ENVIRONMENTS, in this case to continue with my development i need a simulator which exactly acts like my original c++ corba server(huge functionality). can some body give me some suggessions on achiving this ...
NOTE: i am not a good corba developer ( i hardly know basic corba stuff)
some thoughts,
1)is there any whay we can interrupt corba call at socket level & add some hack ?
2)is there any simple way of providing implementation for all the corba call that my client calling by creating java based corba server(runs in localhost)?
Thanks.
<<Less