web2py AlterEgo
rock solid framework for agile and secure web applications
home
search
Edit page
Title:
Security Code:
Body:
(use
this
wiki markup)
Here is an example of a complete app: This function does the computation, here it just sleeps for 5 secs def background(): import time time.sleep(5) return "computation result" # this could an image, HTML, JSON, etc... This is the page accessed by the user. The computation is called by an ajax call and executed in background. def foreground(): return dict(somescript=SCRIPT("ajax('background',[],'target');"), somediv=DIV('working...',_id='target'))
Resources
Home
Version 1.51 (2008-11-19 14:48:02)
Examples
|
API
|
ORM
Compare
|
Django
|
TG
|
Rails
|
PHP
|
Java
Tutorial
|
Book
|
epydocs
Screencast short
|
long
|
shell
|
GAE
Online Demo
Interactive FAQ (AlterEgo)
Repository of free web2py apps
KPAX (the web2py CMS)
Model Builder
|
Layout Builder
Central Authentication Service
Users Group (free to join)
Development Trunk (svn)
Contact
Massimo Di Pierro
School of Computing
DePaul University
243 S. Wabash Ave
Chicago, IL 60604 (USA)
mdipierro@cs.depaul.edu