[31 total ]
PyAMF 0.5 released

PyAMF is a lightweight library that allows Flash Player and Python applications to communicate via Adobe’s ActionScript Message Format.
PyAMF 0.5 is a cleanup of the internals of 0.4 and it provides some performance optimizations. In ... [More] accomplishing this, a number of features were added.

A new way to handle attribute en/decoding. New features include excluding attributes, read-only [...] [Less]

Running a PyAMF WSGI server in Apache Ant using Jython

Apache Ant is a Java-based build tool. Ant build files are created using XML but it also support Python scripts using Jython.
There are 2 ways to execute Python scripts in Ant:

using JSR 223
or utilizing the PythonInterpreter from ... [More] Java

JSR-223 enables dynamic languages to be callable via Java in a seamless manner. Unfortunately this is currently only [...] [Less]

Using PyAMF with Apache Tomcat

Today a new tutorial was added that shows you how to deploy your PyAMF applications with Apache Tomcat and modjy. modjy is an implementation of a WSGI compliant gateway/server for Jython, built on Java/J2EE servlets. This allows you to run Jython WSGI applications inside a Java/J2EE servlet container, e.g. Apache Tomcat. modjy is part of [...]

PyAMF server/client using Jython with Swing

Now that the upcoming Jython 2.5 is getting closer to it’s final release, I thought it would be nice to create an example that shows PyAMF running on top of Jython. Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrates with the Java platform. It [...]

PyAMF 0.4.2 released

The team is proud to announce the release of PyAMF 0.4.2!
PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format.
This is a bugfix release, see the changelog for the ... [More] complete list of changes. A brief overview of the changes:

Support for decoding the ’source’ property on ArrayCollection (Ticket:488)
Fixed [...] [Less]

SQLAlchemy and Flash: Addressbook example

Dave Thompson created a new address book example that uses the new SQLAlchemy adapter that was added in the latest release of PyAMF. PyAMF provides Action Message Format (AMF) support for Python, mainly used in the Adobe Flash Player for RPC communication.

You can browse or download the source [...]

PyAMF 0.4.1 released

The team is proud to announce the release of PyAMF 0.4.1!
PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format.
This is a bugfix release, see the changelog for the ... [More] complete list of changes. A brief overview of the changes:

amf0.Encoder.use_amf3 has been extended to cover all object types [...] [Less]

PyAMF 0.4 released

The team is proud to announce the release of PyAMF 0.4 final!
PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format.
This release fixes over a 100 tickets, see the ... [More] changelog for the complete list of changes. We now consider the library to be stable and ready for [...] [Less]

PyAMF 0.4rc3 released

The PyAMF team is proud to announce a new release of PyAMF, a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format.
This is hopefully the last Release Candidate before we release ... [More] 0.4 final. Changes since rc2 include:

Support for SQLAlchemy 0.5.0 (Ticket:436)
pyamf.util.DataTypeMixIn/cpyamf.util.BufferedByteStream can now encode/decode 24bit un/signed integers. (Ticket:422)
pyamf.util.StringIOProxy/cpyamf.util.BufferedByteStream both [...] [Less]

PyAMF 0.4rc2 released

The PyAMF team is proud to announce a new release of PyAMF, a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format.
Lots of changes for this one, a brief overview:

A new C ... [More] extension to pyamf.util and pyamf.amf3. This is a work in progress and using Cython more sections of [...] [Less]