public
Description: Flex and Python Test
Homepage: http://fernandoacorreia.wordpress.com/
Clone URL: git://github.com/fernandoacorreia/flex-and-python-test.git
Wed Jul 16 17:35:39 -0700 2008
commit  8cc7ba9d924b079bd215eb5790e2c6048b02cb4e
tree    b264f040b26d54b22680bc12bbb9bee6959c1fbc
parent  7e53152056839f5ff514ce4391b01e9519a14df0
name age message
file .gitignore Tue Jul 15 17:04:43 -0700 2008 first working version [fernandoacorreia]
file LICENSE.txt Tue Jul 15 15:59:08 -0700 2008 initial commit [fernandoacorreia]
file README.txt Loading commit data...
file TODO.txt
directory flex-client/
directory python-client/
directory server/
README.txt
Flex and Python Test

Copyright (C) 2008 by Fernando de Alcantara Correia. All rights reserved.
Licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php).

Project website: http://fernandoacorreia.wordpress.com

The goal of this experiment is to create a Web application with a rich user interface 
and a fast response time in a high-performance server environment without worrying too 
much about server administration.

PREREQUISITES

* Google App Engine
* Flex Builder or Flex SDK
* Python 2.5

INSTRUCTIONS

1. Start the server:
cd server
dev_appserver.py --debug --address=localhost --port=8080 .

2. Execute the Python client test:
cd python-client
python client.py

3. Open the Flex client in the Web browser:
cd flex-client
cd bin-debug
main.html