Gaelyk 0.3.2发布,专为GAE设计的轻量级Groovy框架
程序员文章站
2022-07-12 22:02:17
...
随着Groovy 1.6.6 和1.7-RC-1(点击下载)的发布,Gaelyk也发布了最新版本-0.3.2。
Gaelyk是一个专门针对 Google App Engine 设计的轻量级 Groovy 框架。 此版本最大的亮点就是“URL routing system”。详情查看:http://gaelyk.appspot.com/tutorial
新特性:
- Memcache
getAt
syntax was not working for String keys. - Remove the "generated by" messages in the templates and groovlets.
- Added a
localMode
binding variable indicating whether the application is running locally or deployed on Google App Engine's cloud. - Added a servlet filter URL routing system for friendlier and RESTful URLs
- Upgraded the template project to the newly released Groovy 1.7-RC-1
下载:
- Gaelyk JAR: gaelyk-0.3.2.jar
- Gaelyk template project: gaelyk-template-project-0.3.2.zip