Author Archives: dimuthu

WSO2 Web Services Framework for PHP 2.1.0 Released

WSO2 just released a newer version of the popular web services framework for php (WSF/PHP). It has lot of bug fixes + performance improvement.  And it now support PHP 5.3. So you can use wsf/php with the latest php version. … Continue reading

Posted in php, web services, wsf/php, wso2 | Tagged , , | 2 Comments

WSO2 Stratos: WSO2 Brings The Whole SOA Stack to The Cloud

WSO2 announced that the SOA stack that they provided as downloadable packages are now available in the cloud as hosted instances with the code name WSO2 Stratos. You can try them out for free from https://cloud.wso2.com. You can register your … Continue reading

Posted in app server, Cloud, gadget server, Governance Registry, identity, mashup server, stratos, Uncategorized, wso2 | Tagged , , , | Leave a comment

PHP Web Services: Webinar From WSO2 And Zend

WSO2 and Zend jointly present a webinar titling “PHP Web Services: Why You Should Care” on 26th of May, 2010. The webinar will mainly focus on the following aspects, • Understand Web services development best practices • Discuss Web service … Continue reading

Posted in SOA, web services, wsf/php, wso2 | Tagged , , , , , | 2 Comments

Metering Java Reader and Writer Objects

Last few days I was working on measuring the bandwidth consumed by different java objects passed to our remote interfaces. It was simple task to do it with ‘String’ objects, byte arrays as we can directly get the sizes of … Continue reading

Posted in java | Tagged , , , | Leave a comment

WSO2 Governance Registry, WSO2 Identity Server, WSO2 ESB, WSO2 Web Service Application Server Released

WSO2 has released new versions of their SOA platform products including WSO2 Governance Registry, WSO2 Identity Server, WSO2 ESB, WSO2 Web Service Application Server. This is a major version upgrade of these products introducing many features. ESB: Priority based mediation … Continue reading

Posted in carbon, esb, Governance Registry, identity, SOA, wsas, wso2 | Tagged , , , , , | Leave a comment

Webinar: WSO2 Business Activity Monitor for Agile Enterprises

Samisa Abeysinghe, the directory of engineering at WSO2 will present a webinar on Building an Agile Enterprise With Business Activity Monitoring today (3rd February 2010). There he will provide an overview of WSO2 Business Activity Monitor (WSO2 BAM), the latest … Continue reading

Posted in BAM, Governance, SOA | Tagged , , , , , | Leave a comment

Access WSO2 Governance as a Service From Remote Registry

WSO2 Governance as a Service is a hosted instance of WSO2 Governance Registry with multi-tenant support. WSO2 Governance as a Service provide you almost all the functionalities provided with the Governance Registry targeting the enterprise SOA governance, same time it … Continue reading

Posted in Cloud, GaaS, Governance, Governance Registry, SOA, wso2 | Tagged , , , | Leave a comment

Make vs Ant

Ant was developed mainly to run java programs, so it is good at building and running java programs. But you can use the good all Make program to build and even run java programs. Say I have an ant file … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

WSF/PHP Code First Approach: Returning an Array of String

Here is a problem that many people have asked me how to do it. “Returning an array of string” with the code first approach. The API or WSDL generation annotation guide, http://wso2.org/project/wsf/php/2.0.0/docs/wsdl_generation_api.html contain all the things required in details. Here … Continue reading

Posted in php, SOA, Tutorial/Guide, WSDL, wsf/php, wso2, xml, xml schema | Tagged , , , | 2 Comments

Writing Business Rules in WSO2 Carbon Platform

If you want to write rules in a Java program you have lot of choices. You can use a third party library like Drools or use the JAVA built-in JSR-94 reference implementation. In WSO2 Carbon, there is a component that … Continue reading

Posted in carbon, SOA, Tutorial/Guide, wso2 | Tagged , , , , | 2 Comments