谢谢

解决方案 »

  1.   

    我说的是在应用上,COM,DCOM,COM+,SOAP,EJB,哪种好一些
      

  2.   

    from technology point of view, there are not much differences, you need to make the choice based on your platforms (Windows or Unix, single vendor or mixed), platform portabilities, project types (you provide the whole solution or there is a need to integrate with third-party solutions), performance requirements,.....
      

  3.   

    correction:
    "from technology point of view, there are not much differences" 
    ==>
    DCOM, COM+, SOAP, EJB, Java RMI, CORBA,.., are all viable technologies>>客户端是一个普通的应用程序
    what kind of programs?>>远端服务器上的一段代码?
    normal service? web service? web pages?
      

  4.   

    客户端是的一个应用程序(如MFC)
    服务器端是的一个类似COM EXE的东西。
      

  5.   

    then your only choice is DCOM/COM+
      

  6.   

    是不是web service只能从网页调用的?
      

  7.   

    not true, you can call web services from any program, Microsoft SOAP Toolkit will help you create client side programs for web services
      

  8.   

    那是不是普通应用程序通过SOAP协议也能访问到web service?
      

  9.   

    谢谢,我是在广域网上(internet)一台机子运行客户端,一端机子为服务器
    端,用web service可否实现呢,用C++写
      

  10.   

    yes, Microsoft SOAP Toolkit or .NET will help you:
    http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000523