Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are any of the Google's App Engine sample apps written in Java?

I was looking at this repository of sample apps for Google App Engine:

http://code.google.com/p/google-app-engine-samples/

The strange thing is they all seem to be in Python.

Are there any Java sample apps for GAE?

like image 203
kws Avatar asked Feb 08 '10 21:02

kws


2 Answers

There are some well documented code samples here. They accompany a book but feel useful as a stand alone, too. You can find an overview in the README_java.txt .

Update

These are sources of another book.

like image 138
Jasper Avatar answered Oct 09 '22 13:10

Jasper


This is nice example for beginners.

http://www.vogella.de/articles/GoogleAppEngineJava/article.html

like image 24
Sanjay Patel Avatar answered Oct 09 '22 15:10

Sanjay Patel