欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

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

Gaelyk 0.3.2发布,专为GAE设计的轻量级Groovy框架
 
新特性:

  • 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

下载:

相关标签: Groovy GAE 框架