RSS



当前位置 : 主页>Grails>
Grails 1.0.4
  • 文件类型: .zip
  • 软件大小: 30MB
  • 软件类别: Development
  • 软件语言: 英文软件
  • 授权方式: Apache
  • 运行环境: Linux,UNIX,Windows,MacOS
  • 更新时间: 2008-11-21
  • 官方网址: http://grails.org
  • 软件Tag:grails   groovy   spring  
软件简介:

Grails 1.0.4 Release Notes

SpringSource and the Grails development team are pleased to announce the 1.0.4 release of the Grails web application development framework.

Grails is a dynamic web application framework built on Java and Groovy, leveraging best of breed APIs from the Java EE sphere including Spring, Hibernate and SiteMesh. Grails brings to Java and Groovy developers the joys of convention-based rapid development while allowing them to leverage their existing knowledge and capitalize on the proven and performant APIs Java developers have been using for years.

Further information about the release can be obtained using the links below:

New features in 1.0.4 are described below.

New Features

As a point release Grails 1.0.4 mainly contains improvements and bug fixes, but there are a few new features to explore.

Mapping of complex Hibernate types

Grails can now take advantage of Hibernate types that map onto multiple columns:

static mapping =  {
amount type: MonetaryUserType, {
column name: "value"
column name: "currency", sqlType: "char", length: 3
}
}

Upgrade notes

To upgrade simply run the upgrade command:

grails upgrade

Further notes:

  • The "range" constraint now produces the base error codes "range.toosmall" and "range.toobig" rather than "size.toosmall" and "size.toobig".
  • The "monitorCallback" variable has been replaced by "monitorCheckCallback" and "monitorRecompileCallback" ones. "monitorCheckCallback" is called every time the monitor thread checks for changes, whereas "monitorRecompileCallback" is only called when the application is recompiled and reloaded.
  • If you are using dynamic scaffolding, be aware that the model passed to the views by a scaffolded controller has changed. On single object views (create,edit,show) the model now contains <domainClass>Instance instead of just <domainClass>. The list action now passes <domainClass>InstanceList instead of <domainClass>List. e.g. for domain class Foo, change references to variable foo in your views to fooInstance and references to fooList to fooInstanceList
First Grails Release Under the SpringSource Banner
下载地址:

☉推荐使用 开放下载管理器 下载本站软件,使用 7-Zip 解压本站软件。
☉如果这个软件总是不能下载的请点击报告错误,谢谢合作!!
☉下载本站资源,如果服务器暂不能下载请过一段时间重试!
☉如果遇到什么问题,请到本站论坛去咨寻,我们将在那里提供更多 、更好的资源!
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册