Adding Remoting to Existing Application

  • Thread starter Thread starter Lucas Tam
  • Start date Start date
L

Lucas Tam

Hi all,

I have an existing application that I would like to expose via remoting.

All the examples I have seen online only show how to create a new
application and expose it to remoting.

Is there a way I can work remoting into an existing application? Or any
tutorials to show how?
 
Hi all,

I have an existing application that I would like to expose via
remoting.

All the examples I have seen online only show how to create a new
application and expose it to remoting.

Is there a way I can work remoting into an existing application? Or
any tutorials to show how?

Basically what I am trying to figure out is...

How do I get a reference to the Main Application into the remotable
object?


For example:


Main Application ---- Remotable Interface Class
|
Class1
|
Class2
|
Class3

How do I pass a reference into the Remotable Interface class? I am
thinking of using a singleton method so that I have state.

Should I use an application variable to access a reference to the "Main
Application?"

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top