- Feb 26 Fri 2016 08:21
IntelliJ-IDEA 15 開始支援 Grails 3.0, Grails 3.1 了。
- Oct 03 Sat 2015 09:07
Grails 第四課:Domain class 介紹-1
先前我提過,Grails 底層其實是 Spring framework + Hibernate。
我相信很多人都用過 Hibernate,他為我們在開發應用系統時,省下不少時間。
- Sep 20 Sun 2015 15:07
Grails 第三課:第一個專案:Hello World
今天我們來介紹第一個 Grails 專案。我使用 IntelliJ Ultima 進行展示:
- Sep 20 Sun 2015 10:09
Grails 第二課:安裝
- Sep 19 Sat 2015 15:42
Grails 第一課
Grails 是什麼? 照樣我們先看看官網是如何介紹 Grails的
Grails is a powerful web framework, for the Java platform aimed at multiplying developers’ productivity thanks to a Convention-over-Configuration, sensible defaults and opinionated APIs. It integrates smoothly with the JVM, allowing you to be immediately productive whilst providing powerful features, including integrated ORM, Domain-Specific Languages, runtime and compile-time meta-programming and Asynchronous programming.
- Sep 19 Sat 2015 05:21
Groovy / Grails 是什麼
如果你是 Java 使用者,你是否曾經覺得空虛覺得寂莫、覺得冷, 羨慕 Python, Ruby, Ruby on Rails 那種簡潔有力的語法呢?
曾經,我想要遠離我熟悉的 Java,跳到 Python, Ruby 的世界,去擁抱那我期待很久的程式系統。