Grails每周观察(2012-06)
分类:
正文:
原文链接:This Week in Grails (2012-06)
Groovy 1.8.6 本周发布了,即将推出的Grails 2.0.1会包含它。
GR8Conf欧洲大会和GR8Conf美洲大会的论文征集工作于本周15日即将结束,请尽快提交你的提案。
本周,我发布了console插件的更新,但是这一切要归功于Matt Sheehan。现在UI支持水平或垂直视图,还有几个其他的易用性和外观的调整(诸如:CTRL+Enter会执行当前代码)。更新到1.1版本看看变化吧。
距离Spring Security UI插件的上一个版本已经17个月了,0.2版本终于出来了。它包括19个JIRA问题修复,支持Grails 1.3.x和2.0.0。在这里看文档。我希望本周能有时间写个博文讨论下变更和升级的注意事项,特别是如果你已经定制了某些页面。
没读过这篇文章的请看看我的帖子:为什么我从来不用Groovy on Grails,烦请传播 – 外边疑惑的人还不少 ![]()
要是想关注这些“Grails每周观察”的帖子,可以通过分类链接【译者注:中文版可以直接访问这里。】或在RSS阅读器里订阅仅针对它们的feed直接访问它们。
这篇博文的翻译:
杂七杂八
- 半调子RESTful的脚手架Controllers
- 创建你自己的Groovy type转换
- 在Grails中集成Twilio文本消息服务
- 迁移到Grails 2.0.0的悲催之旅
- 使用Heroku在云上运行Grails
- 在Grails插件中如何使用Spring Security模仿一个用户
- 介绍使用Spring Security核心中的切换用户功能的西班牙语博文
- Spring核心课程7折
- Gradle 1.0计划
- Java 7:完整的invokedynamic示例
- 在Grails中创建Google Calendar – 第一部分:模型
- CAS、Grails和自定义属性
- 使用JQuery Mobile为你的Grails应用添加移动视图:一个真实案例
- http://observatoriodegrails.com/hoy/?date=2012-02-06
- http://observatoriodegrails.com/hoy/?date=2012-02-07
- http://observatoriodegrails.com/hoy/?date=2012-02-08
- http://observatoriodegrails.com/hoy/?date=2012-02-09
- http://observatoriodegrails.com/hoy/?date=2012-02-10
- Gradle每周观察(2012-6)
- Spring每周观察,2012年2月7日
插件
本周新增了2个插件:
- kickstart-with-bootstrap 0.5. 用一个漂亮的前端开始您的项目,使用Twitter Bootstrap让标准的CRUD页面使用Scaffolding模板;
- sham 0.2. 使用sham数据生成库生成测试/演示数据。
还更新了22个插件:
- autobase 1.0.0.0. 数据库迁移;
- build-info 1.2.3. 提供了显示War文件基本信息的controller/view;
- build-test-data 2.0.0. 通过自动注入约束可以很容易的创建测试数据;
- console 1.1. 为运行时应用管理和调试提供了一个基于Web的Groovy console;
- constraints 0.8.0. 为了验证Domain 对象,允许自定义Domain约束;
- dojo 1.7.1.5. 集成了Dojo javascript工具;
- drools-gorm 0.5.6. 整合了Drools 5.2和jBPM 5 ,并使用GORM提供了持久存储;
- export 1.1. 将Domain对象导出成多种格式(CSV 、Excel、ODS、PDF、RTF或者XML);
- external-config-reload 1.0.0. 轮询检测外部配置文件的变化(添加到grails.config.locations中的文件),当发现改变时,重新装入配置,并触发onConfigChange事件通知插件;
- feature-toggle 0.2. 该插件为实现可配置特性提供了标签库和动态方法;
- fields 1.0.3. 基于重载的GSP模板,自定义form-field渲染;
- gsp-taglib 0.4. 可以在grails-app/taglib下的用GSP文件;
- jaxrs 0.6. Supports the development of RESTful web services based on the Java API for RESTful Web Services (JSR 311: JAX-RS)
- lesscss-resources 1.0.1. 优化http://www.lesscss.org css文件的使用,将.less文件编译成对应的.css,并将该css放入到处理链里供其他资源插件使用;
- paypal 0.6.6. 集成了PayPal;
- routing 1.2.0. 利用Camel直接 ... 给grails- routing插件提供了JMS集成;
- routing-jms 1.2.0. 为routing 插件提供了ActiveMQ JMS支持;
- spring-security-facebook 0.6. Facebook认证 插件,作为Grails Spring Security核心插件的扩展;
- spring-security-oauth2-provider 1.0.0.M5.1-SNAPSHOT. 支持Spring Security的OAuth2 Provider;
- spring-security-ui 0.2. 为Spring Security插件扩展了用户接口;
- zk 2.0.0.M3. 为Grails应用程序添加ZK Ajax框架(www.zkoss.org);
- zk-hibernate 2.0.0.M3. 支持ZKGrails的Hibernate;
有趣的嘀咕
- @aalmiray: groovyConsole又名“正则表达式console” =>用#groovy及时书写和测试正则表达式
- @asteingr:使用@commons、@requires和@ensures为#groovy mixin写了Grails 2.0的单元测试 – 这是AST transformation超强产物!
- @joergrech:我终于发布了我的第一个Grails插件——Kickstart with Bootstrap,详情看这里:http://t.co/8cF0TUFp 请给我反馈!@grails @grailsplugins
- @DZone:为什么我从来不用 Groovy on Grails – http://t.co/XHVI7JMR – @DZone Big Link by mswatcher
- @glaforge:在1月排名36之后,这个月,#groovy在#tiobe上的排名到了28! http://t.co/lrWqUTmb
- @mrhaki:我们公司的网站现在用#grails,并运行在我们的私有#cloudfoundry平台上。
- @ThinkVidya:班加罗尔的@Groovy & @Grails培训 http://t.co/L8cpLUOV
- @odinodin:#CiA2012的#groovy聚会上度过了美好的时光。挪威Groovy社区搭的线!
- @bgoetzmann:我把我的#Grails StoreGo项目公开了,展示了#GMongo、#MongoDB及其聚合函数,#Highcharts JS!http://t.co/xzxtMI8m
- @tednaleid:grails build-test-data 2.0发布,支持单元测试啦!https://t.co/g5ITirKX
- @tednaleid:我的每个公开插件的最新版本都有来自Grails社区的贡献:build-test-data、redis、markdown、jasypt
- @chanwit:Beanstalk主机已经就位!免费的*私有* Git/SVN,100MB。做#Grails插件资源库很不错。http://t.co/QJsklt9Z
- @mengukagan:当#grails频道有40个用户时,我们很兴奋。现在已经习以为常。当人数超过60的时候,我们兴奋了。

- @nils_magnus:#grails社区正以令人刮目的速度创造着好的插件 “@grailsplugins:导出功能发布了: http://t.co/Fn75aLFq”
Jobs
- Dice keyword search for Grails
- Monster keyword search for Grails
- Careerbuilder keyword search for Grails
- SpringSourceJob Twitter feed
- SpringSource job search at jobs.vmware.com
- Software Engineer – J2EE / Grails Developer in Palo Alto, CA
- Lead Grails/MVC Developer – Bay Area, California
- @fridgebuzz: I don’t suppose there are any Grails/GWT, front-end developers in Toronto looking for a challenging opportunity? HTML, CSS, JS, etc also.
- @taittweets: BANNER – SGHE x 2 Developers – Analysts – for Long term Ireland contract. Ideal is with Groovy & Grails.
- Scientific Programmer at University of Amsterdam
- @eGeneer: Hiring #html5 #Java (incl #grails #groovy) #dev‘s #london #job See http://t.co/WjNtGlqj
- @spidie: Any #grails developers interested in a 6 week contract up in Rockhampton? #in #yam
- Remote Lead Grails Developer
- Intermediate Grails & Front-End Developer at Kobo in Toronto, Canada
- Grails Developer in Austin, TX
- Java Web Developer (Java, grails, JSP, Lifecycle, Design) in Jakarta, Indonesia
- Java/J2EE – Grails x2 Montreal or Ottawa
- Java/Groovy/Grails Developer (contract) in Cleveland, OH
- Lead Grails Developer / Agile Architect – J2EE, Java, Spring in Northampton, UK
- Quince is looking for a Java / Grails Developer in Amsterdam
- Developer Advocate – Cloud Foundry in Tokyo
- @Oliver_Bernard: “NEW ROLE” Java_Grails contract – I am looking for Superstar Java Dev’s with good exposure to Groovy & Grails. £400-£450 p/d and a 3 month …
- Senior Grails Developer (m/w) ID 1815 (Softwareentwickler/in) – Deutschland, Wismar, Mecklenburg
- @wavyx: @Auctelia looking for 2 java groovy grails web developers #betagroup
- Java Developer – Groovy and Grails – Java – Media in London
- URGENT REQ — Sr. Grails/Groovy Developer — 3 months possible extension — McLean, VA
- @TechnicalJobs4U: #Grails #Java #Software #Developer #job #opening in #Austin, #Texas – 913-693-8200 or ryanm@mcginfo.com http://t.co/cXVEzzJI
User groups and Conferences
- Spring I/O 2012
- February 16th and 17th in Madrid
- GR8Conf Europe 2012
- June 6th-8th Copenhagen, Denmark
- GR8Conf US 2012
- July 29th-31st Minneapolis, MN
- Grails “Goto” Plugins – February 15, 2012
- Washington DC Area Groovy User Group
- Deploying Grails Applications – 20 Feb 2012
- London GGUG
- March 8, 2012
- Seattle Groovy/Grails Users Group

最新评论