雲端網頁程式設計:Google App Engine應用實作, 作者:湯秉翰 , 博碩, ISBN: 978-986-201-565-0,2012
FB:
Facebook https://developers.facebook.com
===========
YouTube Early Look at Java Language Support
YouTube Google App Engine Java Cookbook
YouTube Building Apps on Google App Engine
YouTube Google App Engine (Stanford University) (1:53:33)
Java 安裝
http://www.oracle.com/technetwork/java/javase/downloads/index.html
安裝路徑
Java Development Kit (JDK)預設值: C:\Program
Files\Java\jdk1.6.0_30
Java Runtime Environment (JRE)預設值: C:\Program
Files\Java\jre6
系統變數中找到「Path」並選擇編輯(沒有Path變數時,請自行新增)
在最後方「C:\Program Files\Java\jdk1.6.0_30\bin;」
jdk-6u25-windows
(for xp 32) http://120.108.115.117/jdk-6u25-windows-i586
(for win 64) http://120.108.115.117/jdk-6u25-windows-x64
Eclipse 安裝
下載Eclipse IDE for Java EE
Developers
以64位元的
Windows環境為例,下載的檔案為"eclipse-jee-helios-SR2-win32-x86_64.zip"
http://dl.google.com/eclipse/plugin/3.6
Eclipse and Java
Download Src from e-learn : http://elearn.asia.edu.tw/icanxp/ican/course_frame.asp?today=yes&link_page=
雲端
資料庫
(Insert Record)jdwang-gae-ch4.appspot.com/datastore_api_1
practice : http://localhost:8888/datastore_api_jdwang
(Query: ) http://jdwang-gae-ch4.appspot.com/jdo_6
網路溝通
URL fetch1(get Taipei's weather report) http://localhost:8888/urlfetch_1 (http://www.google.com/ig/api?weather=taipei)
URL fetch2(get image) http://jdwang-gae-ch4.appspot.com/urlfetch_2
URL fetch3(get Taipei's weather report (xml)) http://jdwang-gae-ch4.appspot.com/urlfetch_3
mail_1 http://localhost:8888/mail_1
圖形處理
工作排程
(?) crom.xml
其他
上傳檔案 http://jdwang-gae-ch4.appspot.com/blobstore.jsp
(?) Blobstore (大型檔案)
(?) Memcache(節省資料存存空間 )
整合應用
Reference Sites