Tag Archives: gwt

Using Memcache with Google App Engine (GAE/J)

A simple beginning — Fragman iPhone Application
Memcache provides convenience to store a frequent query in memory, so that you don’t have to make the same execution over and over again. For the iPhone application I build (Fragman), I build a GAE/J backend for managing movie names, IMDB URLs, thumb images, video files, etc. It interacts [...]

A Simple Chart for a GWT Application on GAE/J

I am trying charting solutions for a GWT project and gchart seems a nice one. After some digging I create a sample project which is hosted on Google App Engine (GAE) demo. Source code is at Google project
The chart will show the remaining number of months in the current year.

First download the jar from the [...]