My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages

Python+Javascript libraries for quickly GAE development

GAE in Jail aims to help you on building quickly Google App Engine application. The set of scripts were design to play on both sides (client/server) improving the way you integrate the model/controller (server side) and views (client side).

It is not complete, and hope it never will. In other words, it will be always opened for new features, ideas and challenges.


How to get involved

This is only the starting of the project, and any help, idea, code review will be really welcome and thankful. .

Do you want to try it? Take a look at demo project and how it was build

Featured classes at server side

RequestProxy

Implements a Request proxy that initialize the assigned Handler class under request.

DataModelEditor

build an editable grid that read/write data direct to a mapped model. it talks direct to a javascript jQuery plugin that allows the user to edit db.Model item data as in a regular spreadsheet. It make use of the following shortcut keys:

KeyDescription
F2Selected cell content edition / You can also start typing the new content
Ctrl + SSave all pending changes
Ctrl + INSERTInsert a new line to the bottom of the spreasheet
Ctrl + ISame as Ctrl+INSERT
Ctrl + DELETECheck/Uncheck a row to delete
Ctrl + DSame as Ctrl+DELETE
LEFTLeft Cell
Shift + TABSame as LEFT
RIGHTRight
TABSame as RIGHT
UPUP Cell
DOWNDown Cell

Powered by Google Project Hosting