Spring Python 0.3.1 was released today. It contains a quick add-on
feature: DecoratorBasedApplicationContext.
This feature lets you define an IoC container using python code and
decorators instead of an XML flat file. It handles things like
dependency injection and fetches things in order as neede
Spring Python (http://springpython.python-hosting.com) version 0.3.0
was released yesterday.
Key improvements include:
* Make the web components WSGI-compatible, firstly working with
CherryPy.
* Extend PetClinic to use database accounts and have password
encoding.
* Add an ExceptionTranslationFilt