阅读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简介