github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

fernandoacorreia / flex-and-python-test

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 10
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Flex and Python Test — Read more

  cancel

http://fernandoacorreia.wordpress.com/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Version 1.0 released 
fernandoacorreia (author)
Sat Aug 16 12:21:28 -0700 2008
commit  6cba547d41e61a0c7b8d6642a3af9cda6f3eb1f4
tree    5ecdf028a840bf4b10d0c3200d5331b881162e5b
parent  e2f4c52ac43e26e55a22c28196a6f474980ce1d5
flex-and-python-test /
name age
history
message
file .gitignore Tue Jul 15 17:04:43 -0700 2008 first working version [fernandoacorreia]
file LICENSE.txt Sat Jul 26 07:58:00 -0700 2008 New client using PureMVC Structure of new clie... [fernandoacorreia]
file README.txt Thu Aug 14 17:16:39 -0700 2008 Prepare for deployment on GAE [fernandoacorreia]
file SPECS.txt Sat Aug 02 08:12:54 -0700 2008 added the participants model object [fernandoacorreia]
directory flex-client/ Sat Aug 16 12:21:28 -0700 2008 Version 1.0 released [fernandoacorreia]
directory python-client/ Sat Aug 16 12:21:28 -0700 2008 Version 1.0 released [fernandoacorreia]
directory server/ Sat Aug 16 12:21:28 -0700 2008 Version 1.0 released [fernandoacorreia]
file start-server.cmd Thu Jul 24 15:41:34 -0700 2008 small documentation changes [fernandoacorreia]
file update_gae.cmd Thu Aug 14 17:16:39 -0700 2008 Prepare for deployment on GAE [fernandoacorreia]
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 FOR WORKING LOCALLY

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

INSTRUCTIONS FOR DEPLOYING ON GOOGLE APP ENGINE

1. Create an empty application on Google App Engine. Lets call it "yourapp".
2. Edit the file server/app.yaml and change pyamftest to your app's name:
   application: yourapp
3. In the file flex-client/src/flexclient/model/ServiceGateway.as change
   http://localhost:8080/services/ to http://yourapp.appspot.com/services/
4. Optionally, in the file python-client/client.py make the same change.
5. Build the Flex app in release mode and save it to the server/client
   directory. In Flex Builder this can be done with the
   Project > Export Release Build command.
6. On a Windows environment run the update_gae.cmd script or type this:
   appcfg.py update server/
7. If you changed client.py you can use it to create some sample data:
   cd python-client
   client.py initialize
8. Browse to http://yourapp.appspot.com and click on Edit projects.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server