Posts in appengine

How to upload data to an development server in appengine (MAC OSx)

octubre 23rd, 2011 Posted by appengine 0 thoughts on “How to upload data to an development server in appengine (MAC OSx)”

First download your data as described here.

Then install Charles Proxy App, start the proxy. Set in Proxy -> Proxy Settings to use not the 8888 port.

Finally start your development server and run this in the console.

$ python /path/to/library/google_appengine_python_1.5.5/appcfg.py upload_data –url=http://localhost:8888/remote_api –file=test.csv –application=your_app_id –email=you@gmail.com –passin

How to download data from an appengine app.

octubre 23rd, 2011 Posted by appengine 0 thoughts on “How to download data from an appengine app.”

From the command line

$ python /path/to/library/google_appengine_python_1.5.5/appcfg.py download_data –application=your_app_id –url=http://app_name.appspot.com/remote_api –filename=test.csv

How to use JSTL in Appengine.

agosto 13th, 2011 Posted by appengine 0 thoughts on “How to use JSTL in Appengine.”

1. You DONT’T have to include JSTL support in your web.xml
2. In your JSP put this attribute: isELIgnored=”false” ie: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" isELIgnored="false" %>

Por qué Google eligió Jetty y no Tomcat para correr en Appengine

marzo 10th, 2011 Posted by appengine 0 thoughts on “Por qué Google eligió Jetty y no Tomcat para correr en Appengine”

http://www.infoq.com/news/2009/08/google-chose-jetty

GAE storage article by IBM

febrero 7th, 2011 Posted by appengine 0 thoughts on “GAE storage article by IBM”

http://www.ibm.com/developerworks/java/library/j-gaestorage/?ca=drs-

Remote datastore lib

enero 25th, 2011 Posted by appengine 0 thoughts on “Remote datastore lib”

http://code.google.com/p/remote-datastore/

Web Services over Appengine

diciembre 14th, 2010 Posted by appengine 0 thoughts on “Web Services over Appengine”

You can use this lib http://code.google.com/p/webserviceservlet/

GAE vs EC2

noviembre 9th, 2010 Posted by appengine, aws 0 thoughts on “GAE vs EC2”

Here

DAOs with Objectify

noviembre 8th, 2010 Posted by appengine, objectify 0 thoughts on “DAOs with Objectify”

http://turbomanage.wordpress.com/2010/02/09/generic-dao-for-objectify-2/

Calling appengine from gwt dispatch

noviembre 8th, 2010 Posted by appengine, gwt 0 thoughts on “Calling appengine from gwt dispatch”

http://turbomanage.wordpress.com/2009/10/07/calling-appengine-securely-from-gwt-with-gwt-dispatch/

Copyright © 2018 programadorfreelanceargentina.com

Programador Freelance Argentina