Thread: C++ Webservice

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    1

    C++ Webservice

    Hello,

    I have a requirement to build Java to Fortran interface. Java (J2E) runs on a machine with Websphere and on another machine I have Fortran programs.

    To make the Fortran call, I am trying to develop C++ wrapper. So, the Java calls C++ which calls Fortran program. The result of Fortran program returned back to Java via C++.

    Now, the question is:

    => Is is possible to develop C++ alone with some kind of web service? Or does this kind of web service require any additional softwware (like application server, engines, etc)?

    => Any better ways using C++, other than web service, to make this work?

    thanks for your inputs.

    s

  2. #2
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    C++ can pretty much be used to do anything, but it sucks at "gluing" other languages together. You'd be better off using almost anything.

    Soma

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WebService
    By nguyentrieuphuo in forum C++ Programming
    Replies: 0
    Last Post: 05-09-2005, 08:35 PM