閱讀202 返回首頁    go 阿裏雲 go 技術社區[雲棲]


《Groovy官方指南》目錄

重要:請後續新翻譯的譯文將譯文鏈接添加到本文評論或原目錄評論

入門篇(Getting Started)

Groovy語言規範(Language Specification)

  • 語法(Syntax)
  • 運算符(Operators)
  • 程序結構(Program structure)
  • 麵向對象(Object orientation)
  • 閉包(Closures)
  • 語義(Semantics)

工具(Tools)

  • Groovyc-Groovy編譯器(groovyc — the Groovy compiler)
  • Groovysh-Groovy 終端-類shell(groovysh — the Groovy command -like shell)
  • groovyConsole-Groovy 圖形化工具(groovyConsole — the Groovy Swing console)
  • IDE集成(IDE integration)

Groovy組件指南(Groovy module guides)

  • 解碼和編碼JSON(Parsing and producing JSON)
  • 使用關係型數據庫(Working with a relational database)
  • 處理XML(Processing XML)
  • Ant腳本任務(Scripting Ant tasks)
  • 模板引擎(Template engines)
  • 創建Swing UI(Creating Swing UIs)
  • Servlet支持(Servlet support)
  • 使用JMX(Working with JMX)

 API文檔(API documentation)

  • Groovy官方文檔和接口手冊(GroovyDoc documentation of the Groovy APIs)
  • Groovy開發套件拓展(The Groovy Development Kit enhancements)

 

最後更新:2017-05-22 12:01:23

  上一篇:go  Java IO 之 OutputStream源碼
  下一篇:go  《Apache Zookeeper 官方文檔》-1簡介