fernandoacorreia / flex-and-python-test
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
82e060d
commit 82e060dc79d9217e1bcc2d4b344b8b37c729d293
tree fec669dd7d86f8f81a8104485f533f7f5eb54b5b
parent b9a0d0b540e41c3e6b3181355b62e0916cf61b3b
tree fec669dd7d86f8f81a8104485f533f7f5eb54b5b
parent b9a0d0b540e41c3e6b3181355b62e0916cf61b3b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 15 17:04:43 -0700 2008 | |
| |
LICENSE.txt | ||
| |
README.txt | ||
| |
SPECS.txt | Sat Aug 02 08:12:54 -0700 2008 | |
| |
TODO.txt | ||
| |
flex-client/ | ||
| |
python-client/ | ||
| |
server/ | ||
| |
start-server.cmd | Thu Jul 24 15:41:34 -0700 2008 |
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: dev_appserver.py --debug --address=localhost --port=8080 server 2. Execute the Python client to see its help message and insert some example records: cd python-client python client.py python client.py initialize 3. Open the Flex client in the Web browser: cd flex-client cd bin-debug main.html

