2. What’s new in Spring Python 1.2

Spring Python 1.2 has some new features.

2.1. New Features

Spring Python 1.2 has added support for:

  • New support for Pyro 4 - Since the beginning, Spring Python has provided seamless remoting by integration with Pyro. We now have support for Pyro 4.
  • Secure XML-RPC - Python provides out-of-the-box XML-RPC capabilities. This extra module makes it easy to export existing services using this capability while also enabling you to encrypt the tunnel.

There have also been bug fixes. For the most part there is little impact to the core API of Spring Python. This means that the material in the book Spring Python 1.1 is valid. It just doesn’t document the new features listed above.

Table Of Contents

Previous topic

1. Overview

Next topic

3. The IoC container

This Page