Eclipse setup for Google App Engine and import of guestbook project. . . . → Read More: 02 Google App Engine for Java
|
||||
|
Eclipse setup for Google App Engine and import of guestbook project. . . . → Read More: 02 Google App Engine for Java Guestbook Example Application . . . → Read More: 01 Google App Engine For Java In this video tutorial I show how to use Jinja2 Templates on Google App Engine for Python. . . . → Read More: 06 – Google App Engine for Python – Jinja2 Templates Intro Preserving user input, storing them in the session. How to escape values to be inserted in HTML. . . . → Read More: 05 – Google App Engine for Python – Preserving User Input A simple validation and how to keep values in the session. . . . → Read More: 04 – Google App Engine for Python – Validation & Sessions In this video I output HTML as a string and I read form parameters. . . . → Read More: 03 – Google App Engine for Python – HTML & Form Parameters Second part of the tutorial showing how to deploy your application to Google App Engine. Google App Engine has a way to dump and restore data, using the bulkloader.py command from Python SDK. To be able to use it with a Java application, first we’ve to map the RemoteApiServlet in web.xml <servlet> <servlet-name>RemoteApi</servlet-name> <servlet-class>com.google.apphosting.utils.remoteapi.RemoteApiServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>RemoteApi</servlet-name> <url-pattern>/remote_api</url-pattern> </servlet-mapping> Here is the command to dump all the instances of . . . → Read More: Dumping and Restoring Data with Google App Engine Google App Engine allows 200 datastore indexes, so once in a while is a good idea to clean up unused indexes. This operation is called vacuum-indexes, and is available in the Python and Java SDK. I’ve done the index cleaning in my Java application using the Python SDK, because historically this operation was possible only . . . → Read More: Cleaning up unused indexes in Google App Engine |
||||
|
Copyright © 2013 Stivlo - All Rights Reserved Powered by WordPress & Atahualpa |
||||
Recent Comments