convert to XMLRPC

一首诗 newptcai at gmail.com
Thu Nov 6 23:07:08 EST 2008


On Nov 7, 8:22 am, Michel Perez <ops... at infomed.sld.cu> wrote:
> Que vola a todos:
>  I have an object abstraction layer that allows me to comunicate and
> interact with my DB server without much problems -am thinking in
> possibles contributors.
>
>  In the stdlib xmlrpclib handles this in a common way, but i use a
> customized GatewayHandler that give me the posibility to serialize my
> objects and send them to my clients but my real need is to convert this
> object to XML -or something like it- to send it in a way i can use them
> in every presentation a suggest like GUI, WEB or anything i like.
> There's any thing i can do to convert them.
>
> Don't worry about the way i handle the result i only need to convert
> them to XML or else.
>
> --
> Michel Perez                                  )\._.,--....,'``.    
> Ulrico Software Group                        /,   _.. \   _\  ;`._ ,.
> Nihil est tam arduo et difficile human      `._.-(,_..'--(,_..'`-.;.'
> mens vincat.                    Séneca.   =============================
>
> ---------------------------------------
>     Red Telematica de Salud - Cuba
>           CNICM - Infomed


You really should have a look at one of:

 * Google protocol buffer
 * Facebook Thrift
 * ICE



More information about the Python-list mailing list