it_farooq

it_farooq

  • NA
  • 19
  • 0

raising events from the client on the server

Mar 15 2004 7:54 AM
i have a client and server application being made using remoting. i want to raise event on the server when the client accesses a remote object or when client make request by using one of the remote object's method, say makeRequest(), how can i notify it to the server to give response to that. thnx.