谷歌應用和谷歌應用引擎有什麼區別?谷歌應用引擎
Q
谷歌應用引擎
10
A
回答
26
Google Apps是一個基於Web的託管software-as-a-service (SaaS)解決方案(您自己的域上的gmail/docs/talk/site/calendar)。
Google App Engine是platform-as-a-service (PaaS)解決方案。它類似於EC2,但只有特定的(Python,Java,PHP和Go)運行時環境可用。
5
谷歌應用程序提供谷歌的Web應用程序(Gmail,Google文檔,日曆等)
谷歌應用程序引擎是舉辦自己的Web應用程序
2
見this post上的webapps SE網站描述的區別服務服務。
-2
Google App Engine與託管相同,Google Apps與office softrawe 相同Google Apps包含「Drive」Drive是針對辦公室要求的完整解決方案。電子表格,演示文稿,文檔等,並具有Form Builder(用於簡單數據收集)和雲文件存儲等額外屬性。但Google應用程序沒有任何解決方案替代MS Access。
1
Google Apps是一套適用於企業和組織的服務。它包括:GMAIL,Google雲端硬盤,日曆,文檔等。這些應用程序中的許多應用程序可以單獨使用標準Google帳戶。
Google App Engine是PaaS(平臺即服務)解決方案。 Google App Engine是一種編寫自己的Web應用程序的方法,並將它們託管在Google服務器上。 Google App Engine客戶是希望爲其互聯網應用程序提供可伸縮平臺的程序員。
2
在簡單的話:
- 與谷歌的應用程序,你可以得到一組工作應用程序,如谷歌雲端硬盤,Gmail,日曆...
- 與谷歌應用程序引擎(GAE),你可以創建應用程序服務器很少費力。還有其他類似的PaaS,heroku是最着名的之一。
相關問題
- 1. SSL谷歌應用引擎
- 2. 谷歌應用引擎HardDeadlineExceededError
- 3. 谷歌應用引擎
- 4. java.lang.ClassNotFoundException:org.springframework.web.servlet.DispatcherServlet谷歌應用引擎
- 5. 從谷歌應用引擎遷移到谷歌計算引擎
- 6. 谷歌玩谷歌遊戲與谷歌應用引擎
- 7. 谷歌應用/谷歌應用引擎關係
- 8. 用谷歌應用引擎設置Cherrypy
- 9. 谷歌應用引擎:GeoPtProperty查詢
- 10. pycurl與谷歌應用程序引擎
- 11. 谷歌應用引擎中的併發
- 12. 報告谷歌應用程序引擎
- 13. Codeigniter和谷歌應用引擎
- 14. 在谷歌應用程序引擎
- 15. 谷歌應用程序引擎
- 16. Pinax谷歌應用程序引擎
- 17. Cron在谷歌應用引擎
- 18. 將m2crypto導入谷歌應用引擎
- 19. 谷歌應用程序引擎_method?
- 20. 一般谷歌應用引擎問題
- 21. 谷歌應用引擎/ Objectify軟刪除
- 22. 谷歌應用程序引擎和Python
- 23. 在cygwin谷歌應用程序引擎
- 24. 在谷歌應用程序引擎
- 25. 排序谷歌應用程序引擎
- 26. 從谷歌應用程序引擎
- 27. 在谷歌應用程序引擎SDK
- 28. 在谷歌應用程序引擎
- 29. URLFetchService與谷歌應用程序引擎
- 30. 谷歌應用程序引擎 - 獲取
GAE更像是Amazon Beanstalk比EC2 – themihai 2012-05-31 15:39:48