Tags
2 minutes adb axis2/c base64 binary bps carbon codegen DataService data services enterprise esb Governance guide install mashup mtom php policy registry release REST RESTful security services SOA SOAP Tools tutorial Web Service web services wordpress WS-* ws-security wsas WSClient WSDL wsdl2php wsdl generation wsdl mode wsf wsf/php wso2 xml xml schemaArchives
- July 2010 (1)
- June 2010 (1)
- May 2010 (3)
- February 2010 (1)
- January 2010 (6)
- December 2009 (1)
- November 2009 (1)
- October 2009 (2)
- August 2009 (1)
- July 2009 (3)
- June 2009 (2)
- April 2009 (1)
- March 2009 (3)
- February 2009 (4)
- January 2009 (5)
- December 2008 (12)
- November 2008 (20)
- October 2008 (21)
- September 2008 (21)
- August 2008 (9)
- July 2008 (7)
Calendar
January 2025 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Meta
Pages
-
Recent Posts
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
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 carbon, component, enterprise, OSGI, SOA, wso2
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 database, DataServices, design, introduction, php, RESTful, SOA, SOAP, web services, WS-*, ws-security, wsf/php
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
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 carbon, component, componentinzation, ebook, middleware, SOA, wso2
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 data services, databases, SOA, wsf/php
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 economy, enterprice, open source, SOA, wso2
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 enterprise, php, SOA, web services, webinar, wsf/php
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 data services, distributed, Figures, MVC, SOA, Traditionl, web services, WS-*
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 data services, DataService, DELETE, demo, GET, HTTP, POST, PUT, REST, RESTful, ROA, SOA, WOA
6 Comments