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
October 2024 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
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
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 Cloud, SOA, stratos, wso2
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 php, web services, webinar, wsf/php, wso2, zend
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
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 esb, governance registry, identity, web service application server, wsas, wso2
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 agile enterprsie, BAM, buisness activity monitor, report, webinar, wso2
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 governance as a service, governance registry, remote registry, wso2
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
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 code first, php, wsdl generation, wsf/php
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 business rules, carbon, esb, java, wso2
2 Comments