Google App Engine 1.3.1预发布
星期四, 二月 4th, 20101.3.1还只是预发布,个人关注主要是提供了添加了一个单元测试的开发包:appenengine-test.jar的包,个人还不知道这个包具体的使用方法,相信Unit Test支持会让开发更便捷,同时质量更高。想起请关注: https://groups.google.com/group/google-appengine-java/browse_thread/thread/b62dc8c0702a1ee1
1.3.1还只是预发布,个人关注主要是提供了添加了一个单元测试的开发包:appenengine-test.jar的包,个人还不知道这个包具体的使用方法,相信Unit Test支持会让开发更便捷,同时质量更高。想起请关注: https://groups.google.com/group/google-appengine-java/browse_thread/thread/b62dc8c0702a1ee1
Maven Google App Engine Plugin (maven-gae-plugin)已经发布了0.5.0版本,该版本已经非常稳定,而且功能不错,于是将GAE项目改为由maven-gae-plugin管理。maven-gea-plugin甚至可以帮你自动下载App Engine SDK,而且可以本地启动应用,完成部署等,非常便捷。如果你还没有试用过插件,可以看一下。gae-mvn-archetypes也第一时间做了更新,新建的项目都会包含gae-plugin支持。 gae-mvn-archetypes: http://code.google.com/p/gae-mvn-archetype/ mvn-gae-plugin: http://www.kindleit.net/maven_gae_plugin/index.html
昨天花了一些时间,将GAE/J 1.2.5开发包的jar更新到mvn repository上啦,主要是方便大家使用maven来管理GAE/J项目,下面会更新相应的archetype,有兴趣请访问: http://www.mvnsearch.org/maven2/com/google/appengine/,change list如下: 1 更新到1.2.5 2 添加了labs相关包 3 添加Java SDK zip
这段时间比较忙一些,所以也就没有时间去看GAE啦,早上发现一个GAE的Maven Plugin,实现了以下功能:
gae:enhance enhance classes
gae:update-indexes update datastore indexes
gae:logs used to retrieve the app server logs
gae:rollback to rollback the last update version
gae:run to run the server
gae:update upload the current webapp to the google app server
gae:version get the current version information
这些功能已经非常好啦,完全满足开发的需要啦。当前版本为0.3,有兴趣可以访问: http://code.google.com/p/maven-gae-plugin/,如何添加这个插件,简单,添加plugin repository就可以啦: http://maven-gae-plugin.googlecode.com/svn/repository/net/kindleit/maven-gae-plugin/