This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 1d5ab9ee2c173e3ce91843413d6039e405887af1
tree 135ca16ca7977b13cbbb29d5e2ad29d8e08830ef
parent 6e2ed1154793c0aaf211e341b3d9013ec550e2d3
tree 135ca16ca7977b13cbbb29d5e2ad29d8e08830ef
parent 6e2ed1154793c0aaf211e341b3d9013ec550e2d3
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 15 17:04:43 -0700 2008 | |
| |
LICENSE.txt | Sat Jul 26 07:58:00 -0700 2008 | |
| |
README.txt | ||
| |
TODO.txt | ||
| |
flex-client/ | ||
| |
python-client/ | ||
| |
server/ | ||
| |
start-server.cmd |
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 3 or Flex SDK * Python 2.5 INSTRUCTIONS 1. Start the server: On a Windows environment, run start-server.cmd. Or do this: cd server dev_appserver.py --debug --address=localhost --port=8080 . 2. Execute the Python client to see its help message: cd python-client python client.py 3. Open the Flex client in the Web browser: cd flex-client cd bin-debug main.html








