1 Reply Latest reply on Mar 11, 2004 5:20 PM by vashistvishal

    How to develop JBoss client application in C++

    richardander

      Hi,

      I have developped a data processing software in C++. Now, if I want to expand it to a 3 tired system, using JBoss as application server linking a database at backend, my C++ program as client application. May I know how the C++ program "talk" to this JBoss application server?


      Thank you!

        • 1. Re: How to develop JBoss client application in C++

          One of the solutions you can use is using Web Services.
          That is yr C++ client will use GSOAP and APACHE-AXIS for WEbService and talk to J2EE components like SLSB in JBOSS.

          Have a look at the perl client example in this tutorial at the bottom of this chapter..
          www.tusc.com.au/tutorial/html/chap9.html

          lly, for C++ use GSOAP and you can talk to it.

          I hope this helps.
          Vishal