|
Introduction
This howto describes how to setup the Swing example application using Jython 2.5 and newer.
Contents
Grab the example from Git with:
git clone git://github.com/hydralabs/pyamf.git
cd pyamf/doc/tutorials/examples/jython/swing
Alternatively, if you just want to have a look, you can browse the example online.
The Swing application contains a AMF client and server that starts on http://localhost:8000 when you run the gui.py file:
jython gui.py
Use the Start Server button to launch the server and make AMF client calls using the Invoke Method button.