在Eclipse中開發Grails項目

來源:互聯網
上載者:User

在Eclipse中開發Grails項目

 

1、環境變數:
配置GRAILS_HOME,GRAILS_HOME所指的目錄是Grail的根目錄.用Grails命令列建立項目:

grails create-app
提示輸入項目名,假設輸入GrailsTest為項目名。

2、Eclipse裝上Groovy-Eclipse外掛程式,可以使用link方式。
3、匯入Grails工程,如果工程不在eclipse的工作空間中,可選中"Copy projects into workspace"

4、選中Grails工程,右鍵,工程的屬性中,勾選 "Disable Groovy Compiler Generating Class Files",這樣阻止groovy檔案被Eclipse編譯成class檔案。

5、工程屬性的Java Build Path中,選擇Libraries,選擇Add
Variable,添加變數GRAILS_HOME,並將其中的所有檔案夾內的所有jar檔案全部引入工程(可以使用shift鍵批量選中),如果是eclipse 3.4以上版本,會自動匯入包,只要加上變數就可以了。

6、在工程屬性的Java Compiler的Building中,選中Enable project specific settings,在最下面Output folder的Filtered
Resource中,預設已經有*.launch ,在後面添加*,.groovy類型,(注意類型之間使用逗號分隔),這樣就能阻止編譯器將groovy檔案拷貝到web-app/classes檔案夾中。

7、在Window的Preference中選擇General,其中Editor的File
Associations,添加gsp的檔案類型,關聯編輯器選擇jsp檔案的編輯器.

8、在Window的Preference中選擇General,其中Content Types,為jsp類型添加gsp檔案關聯.

9、選擇Run、External Tools的Open External Tools
Dialog,如下配置,這樣就可以在Eclipse中啟用Grails控制命令了.

Location: GRAILS_HOME/bin/grails.bat

Working Directory:${workspace_loc:/GrailsTest}

Arguments: ${string_prompt}

10、選擇Run、Open Run Dialog,可將Grails的項目作為Java應用程式的方式運行.

 

參考:

http://www.grails.org/Quick+Start

http://wangcheng.javaeye.com/blog/190201

http://www.chinagroovy.org/forum/index.php?topic=72.0

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.