![]() |
sponsored links |
|
|
sponsored links
|
|
|
2
16th April 21:59
External User
Posts: 1
|
Your question isn't very clear. If you want to return something different
instead of "Hello World", then return that: e.g. return myvariable; or return somefunc(myvariable); Of course the value to be returned should use variables that are on the server side. The calculations are done in the server. Corba will then transmit this value to the client. (Actually to make it more complicated you can use stuff that you obtain from other remote calls, but forget that for the moment.) -- Piet van Oostrum <piet@cs.uu.nl> URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: piet@vanoostrum.org |
|