Grails每周观察(2012-08)
分类:
正文:
原文链接:This Week in Grails (2012-08)
看看Mike Hugo关于AutoTest插件的炫酷的视频演示。插件看起来不错 – 我喜欢任何让测试更简单、快速或者更直观的事务。
我发布了database-session插件可工作版本(版本 1.0的发布可能会成为一个snapshot)。我创建了一个可以部署在Heroku上的版本,并且运行在多个Web服务器实例上(它们不支持session affinity或集群),但它可以在任何你想将会话数据存入数据库或者其他数据存储的时候为你工作。实际上,Masatoshi Hayashi已经创建了一个使用MongoDB的变种插件,我将跟他合作,尽快发布。有人想写一个用Redis或者Memcached的插件么?
我还将跟Alex Shneyderman合作,在本周了发布hibernate-filter插件的一个版本。它几乎可以工作在Grails 2.0上,所有很快就能出来。
如果你还没准备好,可以看看我发布的Grails 2.0中使用Servlet 3.0 Async特性。注意,Tomcat 7.0.26 本周发布了,它修复了部署Servlet 3.0应用导致OOME(除非你禁用了扫描注释了的web.xml的类)的一系列bug。
要是想关注这些“Grails每周观察”的帖子,可以通过分类链接【译者注:中文版可以直接访问这里。】或在RSS阅读器里订阅仅针对它们的feed直接访问它们。
这篇博文的翻译:
杂七杂八
- Grails应用配置器:愿景,使命,发展蓝图 v1.0
- 将VIM作为你的Grails IDE(1):浏览您的项目
- 给Groovy语言提交代码
- Grails 2.0 action参数数据绑定
- Grails中搜索多数据源
- GrailsFlow 1.0.12 于2012年2月23日发布了
- Grails中使用Lucene
- 2012年Cloud Foundry Open Tour大会
- Groovy 1.8.6的新内容:Array.contains()
- Web服务客户端 – Grails魔咒失效之所
- http://observatoriodegrails.com/hoy/?date=2012-02-20
- http://observatoriodegrails.com/hoy/?date=2012-02-21
- http://observatoriodegrails.com/hoy/?date=2012-02-22
- http://observatoriodegrails.com/hoy/?date=2012-02-23
- Spring每周观察,2012年2月21日
插件
本周新发布了3个插件:
- delicious 0.1. 集成了Del.icio.us API;
- grails-runtime-docs 1.0.0-M1. 为项目生成Java和Groovy文档,还会显示出动态方法和添加给artifact的属性;
- zendesk 1.0.1. Zendesk接口。
还有17个更新的插件:
- ajax-uploader 1.1. Andrew Valum的文件上传器非常不错,该插件则实现了对该组 件封装的标签库;
- build-test-data 2.0.1. 通过自动注入约束可以很容易的创建测试数据;
- database-session 1.1.2. 将HTTP会话存入数据库;
- equals-hashcode-test 0.2-spock-0.5-groovy-1.7. 用于测试Domain Class和 其他Groovy对象的equals和hashCode方法的基本Spock Spec
- file-viewer 0.3. 为查看文件夹和文件提供了用户友好的方式;
- functional-test 2.0-M1. 使用HtmlUnit模拟客户端浏览器进行Web的功能测试;
- heroku 1.0.1. 集成了Heroku的云平台;
- joda-time 1.4. 将Joda Time date/time库集成进Grails;
- jxl 0.51. 使用JXL库将数据导出至Excel;
- localizable 0.3. Google Maps geocoding服务的包装器;
- mongodb-morphia 0.7.8. 基于Morphia 库的另一个MongoDB GORM(还有一个是gorm-mongodb);
- multi-tenant-single-db 0.8.2. 侧重于单一数据库模式的多租户设置;
- simple-blog 0.2.0. 为应用添加了一个简单的博客接口;
- vaadin 1.5.3. 集成了Vaadin(http://vaadin.com);
- zk 2.0.0.M5. 为Grails应用程序添加ZK Ajax框架(www.zkoss.org);
- zk-hibernate 2.0.0.M5. 支持ZKGrails的Hibernate
- zkui 0.5. 无缝的将ZK集成到Grails的基础 设施;使用Grails的基础设施,如GSP、controller,而不是使用作为ZKGrails插件。
有趣的嘀咕
- @graemerocher:#spock 0.6 看起来太出色了,真想它的#grails插件快点出来。
- @ck1125:新的bloggage:构建Grails 2.0.x项目的样板build.gradle脚本。http://t.co/UiHvUwcx
- @gr8conf:宣布Nykredit (http://t.co/6HQ9hz5j)成为2012 #gr8conf 欧洲大会的金牌赞助商。 http://t.co/jBSlPmSO #groovy #grails #griffon #gradle 多谢!
- @gr8conf:宣布Balsamiq (http://t.co/3G0mBAmK)2012 #gr8conf欧洲大会银牌赞助商 http://t.co/jBSlPmSO #groovy #grails #gradle 多谢
- @wangjammer5:另一个顶级#grails窍门:想一个自定义标签库作为应用UI的“DSL”。别拷贝和粘帖标准tag来填充你的GSP。
- @tim_yates:今天之前,我没有在#groovy中看到subMap函数… 自v1.0中就有了![a:1,b:2,c:3].subMap( ['a','c'] )
- @gsaqui:另一个#grails站点上线了 – http://t.co/t8WsRhxm
- @weceem:我们刚谈到@best_support用@weceem构建出的出色站点http://t.co/vY3TdNdg。恭喜!#grails #cms
- @grailsframework:如果想对日期和时间保持清醒,我推荐使用#grails的#jodatime插件:http://t.co/aK9YsWib
- @xlson:一直以来备受喜欢的Groovy解析CSV可能会变得更好?这是你的幸运日,GroovyCSV 1.0问世了 =) http://t.co/AzzurHhu #Groovy #CSV
- @tednaleid:发布了grails build-test-data的2.0.1版本 build-test-data https://t.co/hRB6k1Kx,修复了不少Grails 2.0的bug以及一个小的速度颠簸。
- @glensomerville:用Groovy/Grails ${“http://other.app.com/my_html_fragment.php”.toURL().text} 给GSP文件插入远程的HTML片段。真酷!
- @smaldini:#grails 2中的#datasources集成允许一种有趣的模式,如一个插件一个专用数据库。

- @graemerocher:记住,弟兄们,这样效率更好:def author = Author.proxy(1) def books = Book.findAllByAuthor(author) 使用get(..) == 额外查询
- @graemerocher:没看懂前帖子的兄弟:proxy(..)等于load(…). 参见 http://t.co/T8z9W9l5
- @hackinghealthca:#hackinghealth 与会者将提供Grails,LBS和自然语言处理方面的培训. 请看http://t.co/EaRzf5Xx
- @nate_weldon:刚发布了 http://t.co/GcNSE78S #grails + #GAE + #jquery
- @smaldini:刚测试了#groovy 2 静态检测和在#grails 2.1上的编译,目前正在做服务artifact,但支持范围还将扩大。

- @epragt:组织一次新的#Groovy #Grails聚会。欢迎提供地点及日程的建议!http://t.co/Y2aQxqT7
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
- @Indigo_IT: Do you know of any Grails/Groovy developers with Java or PHP experience? If so, contact me at claudia@dsindigo.com
- Groovy Grails Developer at ECHOage.com in Toronto
- @Indigo_IT: Si te interesan tecnologías tipo: Grails, Scala, Git, Spring, eres el colaborador que estamos buscando…. manda… http://t.co/z8V5c6id
- Grails Developer in Highland Hills, OH
- Java Developer in Utrecht
- Analista programador Groovy/Grails – Madrid
- Java / JVM / Grails Developer in Arlington, VA
- Grails developer in Cleveland/Columbus OH
- Senior Java Developer
- @SwaranSoftIndia: Mamen González @gmamenl Java developer interested in Web development frameworks, Groovy, Grails, Web 2.0, UX, SEO, web design.
- Java/Grails Developer in Phoenix, AZ
- Grails Developer with PHP Experience in Vancouver
- Java Developer with Grails Wanted in Central London
- @Stefan_Rother: Meine Firma bietet in #Hamburg #Jobs für #Grails -Entwickler oder Java/ #Spring -Entwickler, die sich darin einarbeiten wollen. Meldet euch.
- Grails / Java Developer – Minnetonka, MN
- Java/Grails Senior Level Position – Hyderabad/ Secunderabad
- Grails developer needed for a project in the Netherlands
- Java developer with Grails wanted in Central London
- Urgently Required Grails/Groovy expert for MNC in Mumbai Location
- Greenfield Grails Development Opportunity – Remote
- Hola, busco Desarrolladores Java que manejen o tengan conocimiento en las herramientas Groovy o Grails para trabajar en Ciudad de México
- We Need 3 Grails Programmers in the Ohio area
User groups and Conferences
- GR8Conf Europe 2012
- June 6th-8th Copenhagen, Denmark
- GR8Conf US 2012
- July 29th-31st Minneapolis, MN
- February 27, 2012
- SF Bay Groovy and Grails Meetup Group
- Mr. Haki’s Grails 2.0 Sushi-sessie? – March 6, 2012
- nlgug – Groovy and Grails User Group Netherlands
- March 8, 2012
- Seattle Groovy/Grails Users Group
- April 3, 2012
- nlgug – Groovy and Grails User Group Netherlands

最新评论