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
Meta
Pages
-
Recent Posts
Monthly Archives: December 2008
PHP Web Services – Authentication Based on Client’s IP
Explains with code samples how a PHP web service can be written to authenticate clients based on their IPs. Continue reading
Posted in php, SOA, Tutorial/Guide, web services, wsf/php, wso2
Tagged $_SERVER, authenticate, IP, REMOTE_ADDR, REMOTE_HOST, web services, wsf/php
6 Comments
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
Security Considerations in Firefox When Accessing Different Domains
If you are a web developer you may have experienced that there are many situations that you need to access remote domains for data sources. For an example if you are building a weather mashup, you may like to connect … Continue reading
Posted in firefox, javascript, security
Tagged domains, external domains, firefox, javascript, security
1 Comment
WordPress Database – Relationship with Tags, Catagories and Posts
WordPress has a very simple database schema. And it is well documented. You can access the complete description of the wordpress core database from here, http://codex.wordpress.org/Database_Description. Anyway first time I looked at the database I was confused with the term … Continue reading
Data Services Best Practices
In simple term, data services are exposing data as web services. Anyway it is not a complete definition. Actually there are situations where we use data services not only to read data, but also to create, update or delete data. … Continue reading
Posted in data services, DataServices, design, php, SOA, SQL, Tutorial/Guide, web services, wso2
Tagged best practises, coupling, data services, granularity, java, wsf/php
8 Comments
Calling Simple Web Services From Javascript
If you are a web developer, you may have found many occasions you have to create simple mashups for your web site. There you call web services or data services to fill the content of the web page. Most of … Continue reading
Posted in javascript, mashup server, php, SOA, Tutorial/Guide, web services
Tagged mashup, SOAP, web applications, WSRequest
2 Comments
PHP Data Services with PostgreSQL
LAMP (Linux + Apache + Mysql + PHP) stack powers many servers in the Internet today. For a LAMP server, PostgreSQL could be the first alternative to Mysql. Similar to PHP + MySQL, PHP + PostgreSQL too can be easily … Continue reading
Posted in 2 minutes guide, DataServices, php, REST, SOA, SQL, Tutorial/Guide, web services, WSDL, wsf/php, wso2
Tagged data services, DataService, pdo_pgsql, pgsql, php, postgresql, wsf/php
2 Comments
Writing Web Apps with Google, Yahoo and Microsoft Maps
Google Maps Google provides a nice API allowing developers to integrate Google Maps to their web applications. For that you first need to create a Google Map API key from here, http://code.google.com/apis/maps/signup.html. It is free and you can create as … Continue reading
Posted in openlayers, Tutorial/Guide
Tagged ajax, API, flash, google, map, microsoft, openlayers, virtual earth, web application, yahoo
Leave a comment