Monday, July 02, 2007

SCA_SDO PHP version 1.2.2 available

For those interested in SCA and SDO in PHP, version 1.2.2 of the SCA_SDO package for PHP has been released (it's actually been out for a few days now but I've been away). This package uses the Tuscany C++ SDO code.

Of particular interest, this is the first release to contain domain specific bindings which make it easier for our PHP SCA users to access doman specific services out on the internet. This might be something that the Tuscany SCA projects want to consider in the future.

FYI here's the release announce....

------------------------------------------------------------------------------------------------------------------
The new PECL package SCA_SDO-1.2.2 has been released at http://pecl.php .net/.

Release notes
-------------

* Fixes for PECL bugs:
- PECL#10925 - Don't treat magic PHP methods as service operations
- PECL#10989 - don't automatically make all types in the wsdl nillable
- PECL#10994 - Business Exceptions Data Returned to Client
- PECL#11004 - WSDL Generated Does Not Validate
- PECL#11012 - Visual Studio Consumption of SCA Generated WSDL
* Other:
- Pick up revision 546761 of Tuscany SDO code.
- Include new eBay soap binding
- Tactical version of the in memory caching of the data model enabled for eBay binding
- Unit tests keep going to conclusion even when extensions are missing
- Added the eServiceStore example - shows several components which can be make local or remote with only a swift change of the @binding annotations.
The next development branch has been created: it is EIDER. The Eider is the UK's largest duck.

Package Info
-------------
Service Data Objects (SDOs) enable PHP applications to work with data
from different sources (like a database query, an XML file, or a
spreadsheet) using a single interface. SCA for PHP allows a PHP
programmer to write reusable components (classes) in PHP, which can be
called either locally, or remotely via Web Services, with an identical
interface.

Related Links
-------------
Package home: http://pecl. php.net/package/SCA_SDO
Changelog: http://pecl. php.net/package-changelog.php?package=SCA_SDO
Download: http://pecl. php.net/get/SCA_SDO-1.2.2.tgz
Web Site: http://www.osoa.org/display/PHP/SOA+PHP+Homepage
Mail List: http://groups.google.co.uk/group/phpsoa?hl=en

0 Comments:

Post a Comment

<< Home