11
I Use This!
Inactive

News

Analyzed about 5 hours ago. based on code collected 2 days ago.
Posted over 13 years ago by Nick Joyce
Posted over 13 years ago by Nick Joyce
Posted about 14 years ago by Thijs Triemstra
Posted about 14 years ago by Thijs Triemstra
The upcoming release of Adobe AIR will provide support for UDP sockets, allowing you to send and receive messages using the Universal Datagram Protocol (UDP). We created an example, using Adobe AIR 2.0 and the PyAMF and Twisted libraries for Python ... [More] , that echoes ByteArray messages every x seconds to a Twisted UDP server. The example application [...] [Less]
Posted over 14 years ago by None
Posted over 14 years ago by Thijs Triemstra
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 accomplishing ... [More] this, a number of features were added. A new way to handle attribute en/decoding. New features include excluding attributes, read-only [...] [Less]
Posted over 14 years ago by Thijs Triemstra
Posted over 14 years ago by Thijs Triemstra
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 Java JSR-223 ... [More] enables dynamic languages to be callable via Java in a seamless manner. Unfortunately this is currently only [...] [Less]
Posted over 14 years ago by Thijs Triemstra
Posted over 14 years ago by Thijs Triemstra
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 [...]