`
dellsoft
  • 浏览: 113301 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论
文章列表
在 graisl 应用中,默认情况下,services 的事务是系统自动控制的,默认下 是true 可以通过以下几种方法改变transaction的状态 1) 通过sessonFactory def session = sessionFactory.getCurrentSession() Transaction tx = session.beginTransaction() <> tx.commit() or tx.rollback() 2)withTransaction  grails 文档中介绍的 def transferFunds = { Account.withTra ...

jsecurity 资料

今天看到一个好消息就是 jsecuirty,将要变成apache的一个工程了。 这将推动jsecurity的广泛应用,结束目前不温不火的局面。 http://www.jsecurity.org/node/1049
jsecurity 介绍 比acegi 更简单的控件
最新的extjs 模板出来了,大家可以到 grails 的plugin中下载。 当前版本还没有发布,自己可以svn source 后release-plugin,从本地安装! 根据论坛的反馈,基于extjs的插件可能不至一个,现在的这个是基于extjs 纯javascript的。 grails-ext-ui可能会继续保持独立发展,不过,这个插件的核心开发人员现在好像停止了开发。(好像是由于工作特别忙)
http://vladimirvivien.com/blogs/ot/2008/02/creating-simple-builder-with-groovys.html
原文链接http://docs.codehaus.org/display/GRAILS/Roadmap1.1 发行计划标题特点 1 。 jpa支持2 。 JSP标签库的支持3 。数据库 Migrations(可能基于Liquibase 或者 GSQL DSL) 4 。 portlet的支持  5 。 Java的内容存储(JCR)的支持   6 。安全API 7。邮件支持 8 。Maven2支持9 。连续测试 核心提高 要实现上述特性,需要对Core进行一些重构,hence are dependant on certain improvements mainly to the plug-in sy ...
Ext Road Map Our goals for 2008 are to continue improving the 2.x version line by adding new components and enhancing some of the existing areas of functionality in Ext as shown below. Looking ahead to 3.0, there are some big new areas that we'll be getting into. In addition to some often requested ...
一个结合 flex-plugin 的例子展示 具体操作步骤 1)安装 flex plugin 2)创建一个domian Product  和service class Product { String name String description String image String category Double price Integer qtyInStock } class ProductService { static expose = ['flex-remoting'] ...
grails ext-ui 最新版本也放到 svn 中了 在dev-app下,不过,还没有完成,有兴趣的可以下载下来看看
grails 的jescurity plugin 更新了,用到了基本上是 1.0版本的jsecurity 新特点就是,不用必须在domain 中加入 accessControll 了,可以直接在自己的filter中加入 accessCotroll了 具体参考 mail lis 中 的 http://www.nabble.com/JSecurity%3A-living-on-the-edge-td15129218.html#a15137551
从 grails 的mail list 中下载的 放到这里供大家下载 还有 一个 groovy 的DSL 介绍 ppt 一个可以grails generate-domain-class a b c 的java工具文档 都是从mail list 中下载的
extjs 的java tag 出来了 http://code.google.com/p/exttld/
前提条件到http://download.jetbrains.com/idea/idea7656.exe下载 7656版本的idea 原文 Hello All, a preview of the new version of JetGroovy plugin is available at http://www.jetbrains.net/confluence/display/GRVY/JetGroovy+1.1+EAP A summary of new features: -Improved resolve and completion in GSP: now JetGroovy kno ...

grails extjs ui

http://docs.codehaus.org/display/GRAILS/ExtUI+DSL 希望可以早点出来,就好了

groovy 新书

groovy 新书将要发布
Global site tag (gtag.js) - Google Analytics