Is there any book in Google App Engine for java?

I would like to start using the Google App Engine for java . But I don’t know where to start.
Is the tutorial provided by google [ http://code.google.com/appengine/docs/java/overview.html ] enough ? Also, please mention some good books about GAE [java] so that I can <strike> download those from rapidshare or torrent to buy these books and start reading them.

+3
source share
6 answers

I am currently reading "Getting the Java Google App Engine from Apress". I think this is a good start to start with java on the application engine. The book also implements a project with GWT. The book gives you more organized information and then begins. Here is what you learn:

  • How to get started with the App Engine starting with the Google Eclipse Plugin
  • Everything about the development server for testing and developing your applications
  • How to develop applications using servlets and JSP, Spring Framework and open source Flash - - remote access and messaging servers
  • How to use the data warehouse in your applications, including Persistence as a Service.
  • How to use Spring as a service for transactions, data access, etc.
  • How to use the Google Web Toolkit to create AJAX components for managing your web applications.
  • (XMPP) .
  • Memcache.
+3

" Google App Engine" (O'Reilly). Python Java.

+8

Google GAE-Java doc/ .

Apress " Java Google App Engine", , , Java, GWT, JDO. , , , , , doc/tutorial Google, .

(Google), Apress.

:

  • Google/doc , "" ( JDO JPA) .
  • AFAIK, Apress , GAE-Java ( , GAE).
  • - Apress Google (: )

Apress , , GAE , GWT, Spring Flex ( Wicket). , Google.

.

Ed

+5

, , . GAE.

+1

GAE . . , GAE Java.

OTOH , Java Google App Engine Apress . , Google I/O Google.

+1

, . App Engine , .

0

Source: https://habr.com/ru/post/1725427/


All Articles