Tag Archives: SOA

Composable SOA Platform

The WSO2 SOA platform comprises of Application Server (WSO2 WSAS) – Enables you to provide and consume web services Enterprise Service Bus (WSO2 ESB) – Enables you to mediate web service interactions Business Process Service (WSO2 BPS) – Enables you … Continue reading

Posted in carbon, esb, registry, screencast, SOA, wsas, wso2 | Tagged , , , , , , | 1 Comment

Making Good SOA Great

WSO2 is preparing for the first major release of their enterprise java product series after adapting the OSGI technology. You can already try out the betas from the wso2.org site. WSO2 Web Services Application Server (WSAS) WSO2 Enterprise Service Bus … Continue reading

Posted in carbon, DataServices, SQL, Tutorial/Guide, web services, wso2 | Tagged , , , , , | Leave a comment

Article Introducing PHP Data Services

Now you can view the article I wrote titling “Introduction to PHP Data Services“. There I explain how you can design and implement Data Services in PHP using WSF/PHP Data Services Library. This article covers, Designing your Data Service API. … Continue reading

Posted in database, DataServices, design, php, REST, RESTful, SOA, SQL, Tutorial/Guide, web services, WSDL, wsf/php, wso2, xml | Tagged , , , , , , , , , , , | Leave a comment

RESTful PHP Web Services – Book Review

PHP is one of the famous choice, when it comes to develop a web site. As the web evolve with the emerge of web service, REST (REpresentational State Transfer) concepts, the PHP language is also adapted to the new requirements … Continue reading

Posted in design, php, REST, RESTful, review, SOA, web services, wsf/php, wso2, xml | Tagged , , , , , , , , | 1 Comment

Making Good SOA Great – EBook From WSO2

WSO2 has released an ebook “Making Good SOA Great – The WSO2 Story of Componentization” explaining how componentizations of middleware will improve the adaption of SOA in an enterprise IT system. And it introduces how you implement it in real … Continue reading

Posted in carbon, SOA, wso2 | Tagged , , , , , , | Leave a comment

Data Services – Databases For SOA

Database plays a big role in any day-today application. It is a major component from accounting, web portal, CMS, SaaS applications, search engines to all enterprise applications. In traditional MVC(Model-View-Controller) applications we talk about the Model component which represent the … Continue reading

Posted in DataServices, php, REST, SOA, web services, wsf/php, wso2 | Tagged , , , | Leave a comment

Is Down Economy a Problem To Impelement SOA? Come to Open Source..

As the slow down of the economy your company may not tend to invest large amount of dollars to implement SOA in to your enterprise. But with the open source products you can implement your SOA platform with the same … Continue reading

Posted in SOA, web services, wso2 | Tagged , , , , | Leave a comment

WSF/PHP Webinar

WSO2 WSF/PHP Webinar slides are now online. It basically contains an introduction to the WSF/PHP project, the features in its last week hot release and its enterprise applications. WSF PHP 2.0.0 Webinar Sep 2008 You can watch the video of … Continue reading

Posted in web services, wsf/php, wso2 | Tagged , , , , , | Leave a comment

SOA Way of Writing PHP

Traditional way of Writing PHP Let me draw a component diagram of a typical traditional(conventional) PHP web application. With this design you get the advantages of the client-server architecture and the MVC design pattern. Advantages of the Traditional Approach You … Continue reading

Posted in DataServices, security, Tutorial/Guide, web services, wsf/php, wso2 | Tagged , , , , , , , | 7 Comments

Do REST in PHP – PHP RESTful Data Services

In RESTful paradigm we give a piece of data ( or in other word ‘Resource’) a unique URL. And in order to manipulate data we use HTTP verbs POST/PUT (create, update), GET (read), DELETE (delete). For an example take the … Continue reading

Posted in DataServices, Tutorial/Guide, web services, wsf/php, wso2 | Tagged , , , , , , , , , , , , | 6 Comments