Introduction
This howto describes how to setup the Swing example application using Jython 2.5 and newer.
Grab the example from SVN with:
svn export http://svn.pyamf.org/examples/trunk/jython jython-example
cd jython-example
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.