今週のGrails 2016-16と17

この記事の内容は、Jacob氏による"Grails Diary"を、意訳した内容です。誤訳等有りましたら @tyama宛てに(DMで)優しく報告ください。
元記事:Grails Diary - Week 16 and 17

2週間分の情報です!リリース情報ブログなど満載!

Ratpackチームはリリースプロセスにでっかいモーターを積んでるようです!1.3.0, 1.3.1, 1.3.2, そして 1.3.3をリリースしました! 1.3.0のリリースノートが興味深い内容です。その他はバグフィックスリリース。 NettyのアップグレードとGrabの問題でGroovyは2.4.4にダウングレードされています

Juan Vazquez氏がオハマJavaユーザーズグループで使用したRatpackチュートリアルそしてDropwizard metricsを使用した例のコードなどを公開しました。 コチラから!

GORMがバージョン5.0.5に更新されました。Hibernate 5.1対応、そして、すぐにリリースされた最新版のGrails 3.1.6にも含まれています。 さらにGrailsチームはGrails 3.0.17もリリースしています。
3.1.6ではプラグインに変更があります。プラグインでのApplicationクラスは今後GrailsPluginApplicationをインターフェイスとして実装するように変更されました。 3.0.17はバグフィックスリリースです。

Grailsチームは新たなブログを開設。grailsblog.ociweb.com

Twitterやってるのに@DailyGroovyLangをフォーローしてないなんて!!毎日GroovyのTipsをお届けするアカウントです!

この記事の常連さんはGroovyを完璧に把握していると思いますが、もし誰かを説得する必要があれば、こちらのKostas Saidis氏とAgapios Avramidis氏によるスライドをオススメします: Apache Groovy: the language and the ecosystem

Gradle 2.13がリリースされました。パフォーマンスの向上、容易なプラグイン開発、FindBugsとCheckstyleのカスタマイズなど詳しくはリリースノートまたはフォーラムのアナウンスを参照してください。

Schalk Cronjé氏はカンファレンスで大忙しですね。 スライドを公開しています。Using the Groovy universe for rapid JVM dev そして、"Cool Tools on the JVM to Help You Test"のスライドソースコード

Benoit Hediard氏がAWSに関連したGrails 3向けのプラグインをいくつか公開、詳しくは彼のブログを参照しましょう!AWS SDK Plugins for Grails 3

GParsのドキュメントがgpars.org websiteに移動しました。

 

ブログ・記事など



新規Grails 3プラグイン

  • http-requests-grails (0.1.3.BETA) The HTTP Requests Plugin provides the http-requests library and artefacts for filters and converters.
  • retina-tag (3.0.0) Adds retina resolution image tag support for asset-pipeline.
  • security-bridge (3.0.0) Defines a standard corss-plugin security bridge implementation for better decoupling of authentication in plugin heavy applications.

Grails 3プラグイン更新情報

  • console (2.0.5) A web-based Groovy console for interactive runtime application management and debugging.
  • rendering (2.0.3) Grails rendering plugin
  • geb (1.0.2) Grails geb plugin
  • coffee-asset-pipeline (2.8.2) Adds coffeescript transpiling support to the jvm asset-pipeline plugin
  • grails-gscripting (1.0.4) Run Groovy scripts in Grails
  • sass-asset-pipeline (2.8.2)
  • handlebars-asset-pipeline (2.8.2)
  • ember-asset-pipeline (2.8.2) Compiles hbs or handlebars files for the asset-pipeline into the Ember.TEMPLATES cache
  • less-asset-pipeline (2.8.2) LESS Compiler for the Asset-Pipeline
  • asset-pipeline-grails (2.8.2) The Asset-Pipeline is a plugin used for managing and processing static assets in Grails applications. Asset-Pipeline functions include processi?
  • grails-views (1.0.9) Grails Views
  • views-gradle (1.0.9) Grails views-gradle plugin
  • wkhtmltopdf (1.0.0.RC7) Grails wkhtmltopdf plugin
  • distributed-lock (3.0.1) This plugin provides a framework and interface for a synchronization mechanism distributed to multiple server instances. In today
  • asset-pipeline (3.2.1) Grails asset-pipeline plugin
  • force-ssl (3.0.1) Creates a simple annotation to mark controller/actions as SSL restricted and performs the appropriate redirect.
  • postgresql-extensions (4.6.6) This plugin provides hibernate user types to support for Postgresql Native Types like Array, HStore, JSON,
  • spring-security-core (3.0.4) Grails spring-security-core plugin
  • quartz (2.0.9) Grails quartz plugin
  • karman-grails (0.9.21) Karman is a standardized / extensible interface plugin for dealing with various cloud services including Local, S3, and Openstack.
  • redis-gorm (5.0.5) GORM - Grails Data Access Framework
  • neo4j (5.0.5) GORM - Grails Data Access Framework
  • mongodb (5.0.5) GORM for MongoDB
  • hibernate5 (5.0.5) GORM - Grails Data Access Framework
  • hibernate4 (5.0.5) GORM - Grails Data Access Framework
  • hibernate3 (5.0.5) GORM - Grails Data Access Framework
  • cassandra (5.0.5) GORM - Grails Data Access Framework
  • cookie (2.0.5) Grails Cookie Plugin
  • rabbitmq-native (3.2.0) A messaging plugin for Grails 3 using RabbitMQ. This plugin gives application authors a powerful framework to quickly get a scalable messagi?
  • cxf (3.0.14) Grails CXF Plugin
  • quartz-monitor (1.3) Grails quartz-monitor plugin
  • spring-security-jaxrs (3.0.0) A plugin that allows the use of Spring Security features with JAX-RS resources.
  • elasticsearch (1.0.0.1) Elasticsearch is a search server based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web inter?
  • filterpane (3.0.6)

新規Grails 2プラグイン

  • Grails Cloudinary Plugin Simplifies the usage of the cloudinary service at http://cloudinary.com/ based on initial work created by Simon Buettner

Grails2プラグイン更新情報

  • Attachmentable Plugin A plugin that allows you to add attachments to domain classes in a generic manner.
  • Apache Tomcat plugin Makes Tomcat the servlet container for Grails at development time
  • Console Plugin A web-based Groovy console for interactive runtime application management and debugging
  • Timezone Detection Plugin Detects browser timezone and makes the information available in session. Also modifies the Grails dateFormat tag to use the user's current timezone.
  • Slack Plugin This plugin provides integration with Slack by Incoming Webhooks
  • Wkhtmltopdf Plugin Provides a Wrapper for wkhtmltopdf, a simple shell utility to convert HTML to PDF using the WebKit rendering engine and Qt
  • Force SSL Plugin Creates a simple annotation to mark controller/actions as SSL restricted and performs the appropriate redirect.
  • Asset Pipeline Plugin The Asset-Pipeline is a plugin used for managing and processing static assets in Grails applications. Asset-Pipeline functions include processing and minification of both CSS and JavaScript files. It is also capable of being extended to compile custom static assets, such as CoffeeScript.
  • Rabbitmq Native Plugin The native RabbitMQ Grails plugin provides easily consumable messaging functionality.
  • Standalone App Runner Runs a Grails application as a JAR file with an embedded Tomcat or Jetty server
  • Easy Custom XML and JSON Marshalling for Grails Converters Easy registration and usage of custom XML and JSON marshallers supporting hierarchical config

興味深いつぶやき

 

カンファレンスとミートアップ


Topへ
インデックスへ
Grails公式サイト
ドキュメント
G*Magazine
Grails/Groovy便利リンク集
Grails/Groovy Links
日本Grails/Groovyユーザーグループ
ワークショップの告知等はこちらを参照してください。
Japan Grails/Groovy Users Group
Grails徹底入門サポートページ
『Grails 徹底入門』のサンプルコード等