Archive for the ‘Webservices’ Category

WSGI comes home

Monday, June 12th, 2006

WSGI Ref, the reference implementation for WSGI has been checked into Python svn repository for inclusion in the stdlib in Python 2.5.
Looks like the BDFL is serious about the Web

Jabber again

Sunday, August 1st, 2004

From Phil Windley: Dana’s bumper sticker summary of the talk is “Jabber enables Web services without the baggage.”.

That’s a bumper sticker I want! :D

[via Bill de hÓra]

Patterns for EAI

Sunday, July 4th, 2004

Enterprise Integration Patterns

XML and Objects

Tuesday, June 15th, 2004

Been reading Web Services Essentials, it has been an interesting introduction to Web Services, but the author seems very focused on using complex data types inside XML. The problem with this is that it then needs to do some funky mapping stuff under the hood to get it to the right complex data format for your language choice, this is CORBA, DCOM, UNO etc… all wrapped in XML which just seems wrong to me, passing objects wrapped in XML is wrong :evil: Why do you need to pass objects over SOAP, if the object does not anything while being transported? Instead transform your object’s attributes to XML and back again, this should be your mapping, not some funky under the hood DCOM/CORBA style mapping.

Objects in XML is just WRONG :!:

Jabber SOA

Wednesday, June 9th, 2004

Jabber looks like a cool technology to implement a SOA Jabber as a log monitor

Conversion webservice

Monday, May 17th, 2004

Caolon scripted a conversion webservice in Python that generates PDF from any format OpenOffice supports