GAE

TwitterFacebook
Get flash to fully experience Pearltrees
http://code.google.com/p/gwt-gae-book/

gwt-gae-book - Project Hosting on Google Code

To introduce engineers on how to professionally develop applications using Google Web Toolkit and App Engine by developing a full real application step by step. Rather than writing a full book, gwt-gae-book complements existing online materials in a logical, structured, easy to follow way. With the help of community, this set of guides and samples intends to Introduce engineers to GWT and GAE Show by example best practices for implementing common functionality Complement and heavily reference existing online materials, rather than duplicating existing contents Along the book, we'll develop a full real application used to practically illustrate the concepts explained.

Elastic Compute Cloud (Amazon EC2)

http://aws.amazon.com/ec2/ Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers. Amazon EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. It provides you with complete control of your computing resources and lets you run on Amazon’s proven computing environment.

RDF - Semantic Web Standards

http://www.w3.org/RDF/ From Semantic Web Standards Overview RDF is a standard model for data interchange on the Web. RDF has features that facilitate data merging even if the underlying schemas differ, and it specifically supports the evolution of schemas over time without requiring all the data consumers to be changed. RDF extends the linking structure of the Web to use URIs to name the relationship between things as well as the two ends of the link (this is usually referred to as a “triple”).
Google I/O offered 90+ sessions featuring highly technical, in-depth content covering a number of technologies and developer products. All videos and slides are available below. Android is the first free, open source, and fully customizable mobile platform. http://www.google.com/events/io/2010/sessions.html

I/O 2010

Please read the Read these first pages before continuing. If you need help with importing project, setting up version control or whatever, please have a look at the Help / Howto page and post comments on that page if you need assistance. Note: To get all the libraries needed for this project, please follow the instructions at: Hive Development Best Practice Hello World . In this part, we're gonna create a new skeleton project and do some minor structural preparations. I had to come up with a decent project name and chose TeamScape (it seems to be a trend to suffix stuff with "scape" nowdays..). I registered TeamScape as a new code project on Google Code project hosting. http://borglin.net/gwt-project/?page_id=10

Part 1: Getting started

The main purpose when I started to look at Google App Engine (3 days ago) was to use it as a “CDN for the rest of us” , a way to cache static content (initially) and have this content distributed along all the infrastructure of Google (maybe the most powerful cloud rigth now) What we want?: Create a CDN easy to update and free of charge for static resources (images, css, js) Consume as less bandwidth as possible leveraging the If-Modified-Since/Last-Modified/304 Not Modified model Hands-on: The first approach, of course, was to look on Google for some help, the post of Andreas Krohn helped a lot to start. http://www.ipsojobs.com/blog/2008/06/17/how-to-create-a-simple-but-powerful-cdn-with-google-app-engine-gae/

Blog » How to create a simple but powerful CDN with Google App Engine (GAE)

Using Google App Engine to Extend Yahoo! Pipes | java rants

Update: A commenter pointed out that you can from django.utils import simplejson instead of including it. Makes this even easier. http://www.javarants.com/2008/04/13/using-google-app-engine-to-extend-yahoo-pipes/
My goal was to archive and display my internet lifestream. My first approach was writing a client for each API of the social networks that I'm in. This turned out to be a complete waste of time and effort. All that I needed after all was a FriendFeed account that would centralize all my feeds. http://mariz.org/blog/2008/04/04/internet-lifestream-with-django/

Nuno Mariz Weblog | Blog: "Internet lifestream with Django"

Posted by Nick Johnson | Filed under python , app-engine , datastore , relational-modelling One source of difficulty for people who are used to relational databases - and certain ORMs in particular - is how to handle references and relationships on App Engine. There's two basic questions here: First, what does a relationship entail, in any database system? And second, how do we use them in App Engine? The nature of relationships http://blog.notdot.net/2010/10/Modeling-relationships-in-App-Engine

Modeling relationships in App Engine

Running Pure Django Projects on Google App Engine - Google App Engine - Google Code

https://developers.google.com/appengine/articles/django-nonrel Introduction Django-nonrel is a project which allows developers to run native Django projects (including Django's ORM) on non-relational databases, one of which is Google App Engine's Datastore. (This is all in addition to the standard traditional SQL databases that have always been supported by Django.) App Engine does come with some Django support, but this is mainly only the templating and views. Other tools that allow for rapid development such as forms, the built-in administration interface or Django authentication just won't run out-of-the-box.

Google App Engine for Java: Part 3: Persistence and relationships

App Engine for Java seeks to take the worry out of writing a persistence layer for scalable Web applications, but how well does it achieve that aim? In this article, I conclude my introduction to App Engine for Java with an overview of its persistence framework, which is based on Java Data Objects (JDO) and Java Persistence API (JPA). While initially promising, App Engine's Java-based persistence currently has some serious drawbacks, which I explain and demonstrate. You'll learn how App Engine for Java persistence works, what the challenges are, and also what persistence options you have when working with Google's cloud platform for Java developers. As you read the article and work through the examples, you'll want to keep in mind the fact that the App Engine for Java is currently a preview release. While the Java-based persistence may not be all that you could hope for, or need, at present, that could and should change in the future.
Google App Engine Tutorial for Java Copyright © 2009 - 2011 Lars Vogel Google App Engine and JPA This article describes the creation of a Java web application on the Google App Engine. It uses JPA. The tutorial is based on Java 1.6, Eclipse 3.6 and GAE version 1.4.2.

Google App Engine Tutorial for Java

I’m a front-end engineer slash designer who likes to think he can dabble in code. With my simple side projects I do a passable job and my hacks limps along, most likely inefficiently and always on the verge of breaking, but getting the job (mostly) done. But where I almost always trip up and get lost — in days of hair pulling frustration — is when I’m setting up my local development or live production environment. It’s so difficult to find an accurate, knowledgeable and up-to-date walkthrough for frameworks like Rails or Django that it’s almost comical. And if, by the grace of the server gods, I do finally get something that runs and deploys my code — well now I get to monitor it, keep it updated and running 24/7. Yay!

Developing with Google App Engine, Part I