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
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
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 [...]
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 [...]
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
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 [...]
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
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
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
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