The release notes for Grails 1.2 (http://www.grails.org/1.2+Release+Notes) say that you should be able to mix Grails-style controllers and Spring MVC-style controllers in a Grails app, but I can't get this to work. I started by creating a new... 続きを読む
posted by pledbrook on July 20, 2010 06:43 AM Grails is a rapid application development framework for web applications on the Java platform. It's similar in many respects to Ruby on Rails, but it's based on Java libraries, like Spring and Hib... 続きを読む
2013-06-12 コペンハーゲンのGR8Conf EU 2013でGroovyServとImproxプラグインを紹介してきた 5/22-24にデンマークはコペンハーゲンで開催されたGR8Conf EU 2013というGroovy系のカンファレンスで、GroovyServとImproxプラグインを紹介してきました。 http://gr8... 続きを読む
2013-06-09 GrailsからMirageを使うサンプルがあったので試してみた Mirageという2-way SQLが利用できる素敵なO/RマッパをGrailsで使ってみたというブログがあったので、サンプルコードを落として試してみました。 developmentモードでMySQL使うようになってた... 続きを読む
2013-05-06 Grails で GORM と同一の Connection を使用する Grails Grails で GORM に使用している Connection を、GORM以外で使用する方法を記します。 サンプルソースはGithubに公開しています。 ■何が問題? 以下のソースの場合、DIしたSqlManager の Conn... 続きを読む
2013-05-06 Mirage を Grails で使う Grails Mirage(※1)というORMをGrailsで使えるようにするための方法を記します。 (GORMと同一のConnectionを使用する方法はコチラ) 作成したサンプルはGithubに公開しています。 コードレビューしていただけると、泣いて... 続きを読む
Grailsドメインで文字列のキーをIDにするには、static mappingのidにgeneratorとプロパティ名、カラム名やデータ型の指定が必要。Grailsで既存のシステムをいじれるようにするツールっぽいものの原型を作っていたのですが、なにせORマッパーなにそれ食えるのっ... 続きを読む
Grails, Groovyここ20日間ほど、Groovy/Grailsでフィードアグリゲータを作っていた。このドメインに需要があるかはさておき、自分が見たい情報が整理されて出てくるところまでは来た。 「ハンドボールナビ」http://handballnavi.com JVMで動くアクション型のフ... 続きを読む
Statistics Likes 0 Downloads 1 Comments 0 Embed Views 0 Views on SlideShare 61 Total Views 61 Grails Transactions Presentation Transcript © 2012 SpringSource, by VMware. All rights reservedBurt BeckwithSpringSourceGrails Transactions 22What i... 続きを読む
One of the nice things about MongoDB is that documents are returned in JSON format. If you use the Mongo-GORM plugin, however, the driver conveniently converts the returned results into a Grails domain class instance. You then have to seriali... 続きを読む
【HC名古屋】痛いが気持ちいい~part2 (2013/05/16 16:55:49) 【HC名古屋】(no title) (2013/05/16 12:38:58) 【櫛田亮介】OB戦及び引退試合のお知らせ (2013/05/16 10:09:58) 【ソニーセミコンダクタ】【選手コラム|お気に入りのもの】ハンドボールBLUE SAKUY... 続きを読む
Summary Ken Kousen teaches the fundamentals of Grails through examples: domain classes, controllers, transactional services, producing XML and JSON data, Ajax, unit and integration testing, plugins. Bio Ken Kousen is the author of “Making Ja... 続きを読む
Bio Emiliano Conde is the Founder and President of jBilling Software, Ltd. He oversees the architecture and product direction of jBilling, the leader in open source enterprise billing systems. Emiliano Code counts 17 years of experience in so... 続きを読む
2013-04-24 Struts1ユーザにGrailsをオススメする6の理由 - The search is over - grails struts spring hibernate java Struts1のEOLがアナウンスされました。 最後のリリースから長く時間が経過しており、実質開発は終了している状態でしたが、このタイミング... 続きを読む
2013-04-24 Java/Groovy/G*界隈でBoostする為に有用なリンクを集めてみた(Grails編) Grails なぜかGrailsは無かったので情報を整理してみる。 (関連) Groovy/G*界隈でBoostする為に有用なリンクを集めてみた(Groovy編) Groovy/G*界隈でBoostする為に有用なリン... 続きを読む
In this post I shall give an overview of sequence of events that happens during bootstrapping of Grails application Bootstrap can be divided into following 4 steps from conceptual point of view Loading Plugins and init grailsApplication(Impl... 続きを読む
More on “Where next for Grails”? Last week Peter Ledbrook wrote a nice summary of where we are at and where we should be going with Grails over the next few years. He made some interesting points, and it is true that Grails is indeed at an ... 続きを読む
Question: is there a way to do automatic command object binding with request.JSON data? Given this simple Command object in my grails controller: class ProfileCommand{ int id String companyName static constraints = { companyName blank: false ... 続きを読む
I have been developing some APIs with Grails lately as opposed to traditional web apps. I’m going to be giving a talk at GR8CONF US this summer about this topic too. So, I thought I would be fun to create a screencast with some tips for gett... 続きを読む