

September 29, 2013

September 27, 2013
InfoQ have just published a Chinese translation of the original article (in English) that introduces all the major aspects of Zato - architecture, clusters, servers, load-balancer along with a sample financial integration with Yahoo/YQL and Google XML, GUI screenshots, CLI and an overview of all the user-visible features.
Topics: Release

September 12, 2013
WebSphere MQ
is messaging middleware by IBM - a message queue server - and this post shows how to integrate with MQ from Python and
Zato.
Topics: IBM MQ

September 1, 2013
A feature that has been recently added to Zato in git and will be released in version 2.0 is an HTTP request profiler.
Topics: REST

August 28, 2013
Over at the #pyugat IRC channel - Python User Group Austria - there was a question how Zato handles XML namespaces given that working with SOAP doesn’t require juggling any.
Topics: XML

August 23, 2013
This how-to shows what is needed to invoke JSON-based web services using Zato, which is a Python-based ESB for SOA, cloud integrations and backend services.
Topics: REST

August 20, 2013
Being able to convert SQLAlchemy objects into JSON is a useful feature, particularly for the purpose of convenient logging or returning them directly to a JavaScript frontend.

August 11, 2013
zato-redis-paginator is a library that has been just released and except for the init method, it’s 100% API compatible with Django’s own pagination but works with Redis instead of SQL databases.
Topics: Django

August 3, 2013
This how-to shows what is needed to send AMQP messages to exchanges using Zato, which is a Python-based ESB for SOA, cloud integrations and backend services.
Topics: AMQP