SCA C++ implementation - bindings?

2008-02-21 Thread Prashanth Rao
What are the approaches needed to integrate C++ component with say Java component. Is webservice binding the only way i can wire them together? Thanks Prashanth

Re: SCA C++ implementation - bindings?

2008-02-21 Thread ant elder
On Thu, Feb 21, 2008 at 8:25 AM, Prashanth Rao [EMAIL PROTECTED] wrote: What are the approaches needed to integrate C++ component with say Java component. Is webservice binding the only way i can wire them together? Thanks Prashanth I think thats right, WS is the best way to do this

SDO Java 1.1-incubating release candidate 1

2008-02-21 Thread Amita Vadhavkar
I've posted a RC1 of SDO Java 1.1-incubating at [1] Maven artifacts for the release candidate are available at [2] I cut a branch for this release at [3] The rat report is at - [4], [5] Please take a look at this release candidate. Also please feed back on the install, build and samples.

Re: SDO Java 1.1-incubating release candidate 1

2008-02-21 Thread ant elder
On Thu, Feb 21, 2008 at 11:01 AM, Amita Vadhavkar [EMAIL PROTECTED] wrote: I've posted a RC1 of SDO Java 1.1-incubating at [1] Maven artifacts for the release candidate are available at [2] I cut a branch for this release at [3] The rat report is at - [4], [5] Please take a look at this

Re: SDO Java 1.1-incubating release candidate 1

2008-02-21 Thread kelvin goodson
Amita, thanks for this, here are some comments Binary zip file on Windows == MD5 is fine I couldn't find your public pgp signing key -- it needs adding to the KEYS file at http://svn.apache.org/viewvc/incubator/tuscany/KEYS and registering on a key server (you may

Re: SDO Java 1.1-incubating release candidate 1

2008-02-21 Thread kelvin goodson
the problems with the runsamples.bat file are that 1) it is missing the tuscany prefix from the sdo api jar and 2) the woodstox library is at 3.2.0rather than 3.2.1 Also I can see that the runsamples.sh file is at the 1.0-incubating level and has the woodstox version issue. Kelvin. On

JMS binding documentation

2008-02-21 Thread ant elder
I've been updating the JMS binding documentation page on the Tuscany website to describe the current state of the code, see: http://incubator.apache.org/tuscany/sca-java-bindingjms.html. Still a bit minimal but are there any updates, obvious omissions, errors, or things that could be clearer? Does

Re: SCA C++ implementation - bindings?

2008-02-21 Thread Jean-Sebastien Delfino
ant elder wrote: On Thu, Feb 21, 2008 at 8:25 AM, Prashanth Rao [EMAIL PROTECTED] wrote: What are the approaches needed to integrate C++ component with say Java component. Is webservice binding the only way i can wire them together? Thanks Prashanth I think thats right, WS is the best way