Changes between Version 2 and Version 3 of zsjheng/GoogleAppEngine/3.Start_Program_GAE
- Timestamp:
- Jan 5, 2009, 9:20:57 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zsjheng/GoogleAppEngine/3.Start_Program_GAE
v2 v3 6 6 本章節將要開始進入實際編寫Google App Engine專案的階段。 為了讓讀者對於整個開發過程更有感覺,本章節將會開發一個精簡但完整的便當訂購系統來取代零星的小範例程式。 首先3.1節會介紹一個可運作的Google App Engine專案需要哪些內容,雖然在第一章的Hello Wolrd程式已經有稍微說明,本章會更詳細地說明一些細節以及額外的應用;3.2節則將介紹一般在開發較大型的Web應用程式時經常應用的樣板技術如何在Google App Engine平台來實作;在3.3節說明了 7 7 8 * 系統規劃 9 * Google App Engine專案基本元件 10 * main page 11 * app.yaml 12 * index.yaml 13 * [wiki:zsjheng/GoogleAppEngine/3.Start_Program_GAE/UserAPI User API] 14 * 使用template 15 * [wiki:zsjheng/GoogleAppEngine/3.Start_Program_GAE/DataStore DataStore] 16 17 18 19 [[BR]][[BR]][[BR]][[BR]][[BR]][[BR]][[BR]] 8 20 '''3.1 Google App Engine專案基本元件''' 9 21