Category Archives: web services

RESTful PHP Web Services

If you’ve read the architectural notes about RESTful applications and want to get your hands dirty writing one quickly, RESTful PHP Web Services by Samisa Abeysinghe is a book you should read. It starts with an introduction to what REST … Continue reading

Posted in books, php, review, web services, wsf/php | 3 Comments

Enterprise PHP

Samisa has written a nice post about using PHP in the enterprise. A commenter there argues that he don’t use PHP because it’s a dynamically typed language. It’s somewhat true that if you’re coming from a statically typed language background … Continue reading

Posted in eai, php, soa, web services, wsf/php | 2 Comments

Perl embedding woes

While developing server side components that enables providing Web services using Perl bumped into a brick wall. First the requirement is when a client request comes, need to extract the payload and pass it to WSF/C which acts as the … Continue reading

Posted in mod_perl, perl, web services, wsf/c, wsf/perl | 2 Comments