Re: C++ SCA and SDO M2 Release Candidate 1 now available

2006-10-13 Thread Caroline Maynard

"Andrew Borley" <[EMAIL PROTECTED]> wrote on 12/10/2006 23:25:36:

> Hi everyone,
>
> I have posted candidates for the C++ SCA and SDO M2 release here:
>
> http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC1
>
> Please take a look, read the docs, build & run the libraries and
> samples & let us know how you find it so that we can either re-spin
> the release or vote on it asap.

I've updated the PHP code to use this without any major problems. 
Various compile errors as a result of new overloaded methods 
(XSDHelper::generate, XMLHelper::load) and String changes, but once 
these were all overcome, the tests ran clean. So it's all systems go 
from me.


The changes are backward-compatible, so they are all checked in to PECL 
for any other PHPers who want to use M2 right away. If you do this, 
you'll need to hand-edit config.m4 / config.w32 to remove SDOString.cpp, 
because these files won't be updated until the version of the Tuscany 
code in PECL is refreshed.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: C++ SCA and SDO M2 Release Candidate 1 now available

2006-10-13 Thread Pete Robbins

Nice one. I'm downloading Windows src and bin and will run through using the
doc only. Should be fun ;-)

Cheeers,


On 12/10/06, Andrew Borley <[EMAIL PROTECTED]> wrote:


Hi everyone,

I have posted candidates for the C++ SCA and SDO M2 release here:

http://people.apache.org/~ajborley/cpp-1.0-incubator-M2-RC1

Please take a look, read the docs, build & run the libraries and
samples & let us know how you find it so that we can either re-spin
the release or vote on it asap.

The website documentation is currently based on the M1 release and
will be re-written to sync with what is in the release.


About Tuscany SCA C++
===

Tuscany SCA C++ provides a runtime implementation for the for the Service
Component Architecture 0.96 Assembly specification and the 0.95 C++ Client
& Implementation Model specification, written in C++ and will currently
support C++, Python and Ruby component implementation types.

The specifications can be found at

http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications

It is possible to interoperate with Tuscany SCA Java via the Web
Service bindings
for services and references but restrictions apply. This is not yet a
complete
implementation and known restrictions are described below.

Supported SCA Assembly Model features
*  All features are supported unless listed under the known restrictions
below. See SCA Assembly Model specification.

Supported language bindings
* Component implementations written in C++. See the SCA C++ Client and
   Implementation Model specification.
* Component implementations written in Python. See the
doc/PythonExtension.html
   documentation.
* Component implementations written in Python. See the
doc/RubyExtension.html
   documentation.
* Component interfaces described by C++ classes. See SCA Client and
   Implementation Model specification.

Supported service and reference bindings
* The web service binding is supported. This implementation will support
   web services which using document literal SOAP bindings conforming to
the
   WS-I basic profile (rpc/encoded is not yet supported).

Known restrictions
* Local service interfaces cannot use overloaded operations (the SCA
   specification limits remote service interfaces to not using overloaded
   operations).
* Each WSDL definition for a web service binding must be in a single WSDL
   document.
* No load time validation of the deployed SCA application (run time
   validation only).
* No metadata API.


About Tuscany SDO for C++
=

Tuscany SDO is an implementation of the Service Data Objects 2.01
specification for C++ developers found at
http://www.osoa.org/display/Main/Service+Data+Objects+Specifications

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Pete