|
PerlAppEngine
Requirements for the Perl App Engine.
Building on the Python Code BaseIn some sense, we should imitate Google's Python code base, which you can see here. http://googleappengine.googlecode.com/svn/trunk/ You can check out the sources to your local system this way. svn checkout http://googleappengine.googlecode.com/svn/trunk/ google-appengine See the PerlAppEngineDesign for the overall design. |
Sign in to add a comment