Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
PHP Abstract Podcast Episode 12: Introduction to Service Component Architecture
Jul 24, 2007 @ 19:35:00

The Zend Developer Zone has posted the latest episode of their PHP Abstract podcast series - an introduction to Service Component Architecture.

Today’s special guest is Graham Charters. Graham works at IBM’s development lab in Hursley, England. His past roles have included WebSphere Application Server development, and architecture responsibilities in WebSphere Business Integration, and Adapters. [...] Today Graham is going to talk to us today about the Service Component Architecture, or SCA.

Graham talks about what SCA is and includes a mention of the PECL package that enables PHP applications to work with multiple data sources seamlessly.

Download the show directly or subscribe to the feed to get this and other great PHP Abstract shows.

tagged: service component architecture sca sdo pecl podcast phpabstract service component architecture sca sdo pecl podcast phpabstract

Link:

Zend Developer Zone:
PHP Abstract Podcast Episode 12: Introduction to Service Component Architecture
Jul 24, 2007 @ 19:35:00

The Zend Developer Zone has posted the latest episode of their PHP Abstract podcast series - an introduction to Service Component Architecture.

Today’s special guest is Graham Charters. Graham works at IBM’s development lab in Hursley, England. His past roles have included WebSphere Application Server development, and architecture responsibilities in WebSphere Business Integration, and Adapters. [...] Today Graham is going to talk to us today about the Service Component Architecture, or SCA.

Graham talks about what SCA is and includes a mention of the PECL package that enables PHP applications to work with multiple data sources seamlessly.

Download the show directly or subscribe to the feed to get this and other great PHP Abstract shows.

tagged: service component architecture sca sdo pecl podcast phpabstract service component architecture sca sdo pecl podcast phpabstract

Link:

IBM developerWorks:
Calling eBay using the Service Component Architecture
May 15, 2007 @ 13:36:00

From the phpblog on the IBM developerWorks website today, there's a quick new tutorial focusing on the use of the Service Component Architecture functionality in PHP to interface with the web service API that eBay offers.

I've just made the first code drop to support calling eBay Web services using the Service Component Architecture. Anyone who's tried calling the eBay soap APIs will know there are quite a few hoops to jump through to get it working. [...] The SCA eBay soap support hides this complexity by allowing you to specify the information as configuration parameters and then it makes sure the right things are placed in the header or the URL.

A code example is included that makes a connection to the web service, calls the GetSearchResults action for the query of "ipod" and, upon getting the results back, loops through them to display them to the page.

tagged: servicecomponentarchitecture sca ebay webservice api search servicecomponentarchitecture sca ebay webservice api search

Link:

IBM developerWorks:
Calling eBay using the Service Component Architecture
May 15, 2007 @ 13:36:00

From the phpblog on the IBM developerWorks website today, there's a quick new tutorial focusing on the use of the Service Component Architecture functionality in PHP to interface with the web service API that eBay offers.

I've just made the first code drop to support calling eBay Web services using the Service Component Architecture. Anyone who's tried calling the eBay soap APIs will know there are quite a few hoops to jump through to get it working. [...] The SCA eBay soap support hides this complexity by allowing you to specify the information as configuration parameters and then it makes sure the right things are placed in the header or the URL.

A code example is included that makes a connection to the web service, calls the GetSearchResults action for the query of "ipod" and, upon getting the results back, loops through them to display them to the page.

tagged: servicecomponentarchitecture sca ebay webservice api search servicecomponentarchitecture sca ebay webservice api search

Link:

IBM developerWorks:
Service Component Architecture v0.1.0 (alpha) released
Oct 06, 2006 @ 14:27:00

Graham Charters writes, in this new post on the IBM developerWorks PHP blog today, that the first release of their Service Component Architecture (v 0.1.0) has been released.

We've just made the first release of the Service Component Architecture (SCA) for PHP prototype available. SCA allows you to turn PHP classes into Web services by adding a few simple phpDocumentor-style annotations. SCA will automatically generate WSDL for these services when required.

SCA also uses the same annotations technique to allow PHP classes to declare dependencies on other Web services or PHP classes. At runtime it will then 'inject' proxies for these dependencies, which can then be used to call the Web services or classes

You can check out documentation for the project and some examples of how it works over on this page and a whitepaper here will give you the full scoop. If you're interested, be sure to check out the Google Group for the project too.

tagged: sca sdo release service component architecture alpha sca sdo release service component architecture alpha

Link:

IBM developerWorks:
Service Component Architecture v0.1.0 (alpha) released
Oct 06, 2006 @ 14:27:00

Graham Charters writes, in this new post on the IBM developerWorks PHP blog today, that the first release of their Service Component Architecture (v 0.1.0) has been released.

We've just made the first release of the Service Component Architecture (SCA) for PHP prototype available. SCA allows you to turn PHP classes into Web services by adding a few simple phpDocumentor-style annotations. SCA will automatically generate WSDL for these services when required.

SCA also uses the same annotations technique to allow PHP classes to declare dependencies on other Web services or PHP classes. At runtime it will then 'inject' proxies for these dependencies, which can then be used to call the Web services or classes

You can check out documentation for the project and some examples of how it works over on this page and a whitepaper here will give you the full scoop. If you're interested, be sure to check out the Google Group for the project too.

tagged: sca sdo release service component architecture alpha sca sdo release service component architecture alpha

Link:


Trending Topics: