Google

TwitterFacebook
Get flash to fully experience Pearltrees
http://code.google.com/intl/fr/ We're building a new Google Developers site over at developers.google.com to unite all our developer resources, programs, events, groups, tools, and products. We're working hard to make this happen.

GoogleCode

GWT home

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut . It's open source, completely free, and used by thousands of developers around the world. https://developers.google.com/web-toolkit/?hl=fr
This document explains how to build Widget and DOM structures from XML markup using UiBinder, introduced with GWT 2.0. It does not cover binder's localization features—read about them in Internationalization - UiBinder .

Declarative Layout with UiBinder - GWT

https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder?hl=fr
http://code.google.com/intl/fr/webtoolkit/doc/latest/DevGuideCodeSplitting.html

Code Splitting - GWT

To help with this issue, GWT provides Dead-for-now (DFN) code splitting.
https://developers.google.com/appengine/?hl=fr Grâce à Google App Engine, vos applications Web peuvent profiter, que ce soit en termes de développement ou d'hébergement, des mêmes systèmes que ceux utilisés par les applications Google elles-mêmes. Développement rapide, déploiement accéléré, administration simplifiée, évolutivité sans effort, etc., autant d'avantages offerts par App Engine qui vous dispensent également de toutes les tracasseries généralement associées à la gestion du matériel, des correctifs ou des sauvegardes. Découvrez pourquoi les développeurs font de plus en plus appel à App Engine.

App Engine home

Run your web applications on Google's infrastructure. Every Google App Engine application will have enough CPU, bandwidth, and storage to serve around 5 million monthly pageviews for free. https://appengine.google.com/

Applications Overview

Le GQL est un langage de type SQL permettant de récupérer des entités ou des clés dans le magasin de données évolutif App Engine.

GQL Reference - Google App Engine - Google Code

http://code.google.com/intl/fr/appengine/docs/python/datastore/gqlreference.html
The Google App Engine/J low-level datastore API is simple and elegant, neatly reducing your data operations to four simple methods: get , put , delete , and query . http://code.google.com/p/objectify-appengine/

objectify-appengine - Project Hosting on Google Code