GAE学习
看到google提供的gae服務(wù),心動(dòng)了下,想在gae上做點(diǎn)事情。
sdk還是要下的,地址:http://code.google.com/intl/zh-CN/appengine/,有中文文檔,入門教程,很簡單
實(shí)際在code.google.com上的地址是http://code.google.com/p/googleappengine/
?
gae包含eclipse插件,發(fā)布和部署都很簡單,貌似我已經(jīng)改行idea了。。
idea也包含gae插件,用了下,run的時(shí)候直接回打開個(gè)瀏覽器測(cè)試,很智能,不過寫第一個(gè)demo的時(shí)候user庫始終找不到,不知道怎么導(dǎo)類。。。
想了下還是maven比較方便,不知道有沒有現(xiàn)成的maven插件,找了下,還真有。
地址:http://code.google.com/p/maven-gae-plugin/
?
照文檔所說,create需要:
?
代碼 mvn archetype:create -DarchetypeGroupId=net.kindleit -DarchetypeArtifactId=gae-archetype-gwt \?-DarchetypeVersion=0.5.0 -DgroupId=your.groupId -DartifactId=your-artifactId -DremoteRepositories=http://maven-gae-plugin.googlecode.com/svn/repository?
?
?
直接可以生成maven工程。暫時(shí)到 這里,晚了,睡覺。轉(zhuǎn)載于:https://www.cnblogs.com/xiziyin/archive/2010/04/17/1714507.html
總結(jié)
- 上一篇: 虚幻C++入门个人笔记(2)——标记宏、
- 下一篇: Graph Neural Network