1 Reply Latest reply on Nov 16, 2007 2:21 PM by oisin

    How to use from a browser my old C++ application installed on a server

    mawoule

      Hi

      I have an old C++ application installed on a server .

      Please, what can I do so browser user (in a web page) can execute my C++ application trough Internet ?

      Somebody told me it's possible with Corba. It's that true ? And how can I do it?

      thank

        • 1. Re: How to use from a browser my old C++ application installed on a server
          oisin

          Well. There are many ways to get to an application on a server from a browser - you could do it with CORBA, but it depends on the application. Does it have a network API? Do you want to interact with the application using browser-based forms? Do you just want to run the application and get its output? All of these things are possible, but use different approaches. What is it you really want to do with the application?