Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

Service Component Architecture v0.1.0 (alpha) released

PHPSOA」なネタです。PHP5.2RC5以降+SDO1.0.4以降+SOAP拡張が必要とのことです。
個人的にはSOAについていけてないので、チャレンジャーな方は是非試してフィードバックを。。。 ;-)


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