Sign in

Google Cookbook - Google App Engine

Posted by satoshi.nakajima on Mon 23 Nov 2009 in Webapp Framework
Since I don't like large frameworks, I am writing all my App Engine applications with webapp framework. The only ...
Posted by peter.backlund on Wed 22 Apr 2009 in Webapp Framework
Feeling Lucky Pictures is a simple application that integrates all of the Google infrastructure APIs in a Spring environment. Full ...
Posted by patelgopal on Wed 03 Dec 2008 in Webapp Framework
"Use Jinja with webapp" article Posted by rodrigo.moraes was very useful. and also his pre-compile code for templates in ...
Posted by rodrigo.moraes on Mon 24 Nov 2008 in Webapp Framework
This recipe explains how to use Jinja2 (http://jinja.pocoo.org/2/) with webapp. Jinja is a template engine much ...
Posted by rodrigo.moraes on Sat 22 Nov 2008 in Webapp Framework
This recipe is a implementation of Routes (http://routes.groovie.org/) for webapp. Routes adds some flexibility and tools to ...
Posted by brianellin on Tue 18 Nov 2008 in Webapp Framework
RPX (http://rpxnow.com/) is a free service which authenticates users via OpenID and other protocols for your website. It ...
Posted by rodrigo.moraes on Tue 11 Nov 2008 in Webapp Framework
This is a tip I got from arachnid in #appengine irc channel at freenode.org.

After you set your own ...
Posted by jayeshsalvi on Sat 25 Oct 2008 in Webapp Framework
XML RPC server is a very popular way of exposing an API to your website. XML RPC server can run ...
Posted by yejunx on Fri 24 Oct 2008 in Webapp Framework
Install beaker from http://pypi.python.org/pypi/Beaker/1.0.3
Only the beaker sub directory is needed, extract ...
Posted by yejunx on Tue 21 Oct 2008 in Webapp Framework
The webapp framework does not include code to write cookie directly.
Here is a simple cookie class wrap to use ...