Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeroyal/groovy-guide
Groovy Guide
https://github.com/mikeroyal/groovy-guide
groovy groovy-language groovy-library java
Last synced: 21 days ago
JSON representation
Groovy Guide
- Host: GitHub
- URL: https://github.com/mikeroyal/groovy-guide
- Owner: mikeroyal
- Created: 2020-11-14T19:03:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T22:16:57.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T23:10:52.785Z (about 1 month ago)
- Topics: groovy, groovy-language, groovy-library, java
- Language: Groovy
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Groovy Guide#### A guide covering the Groovy programming language including the applications and tools that will make you a better and more efficient Groovy developer.
**Note: You can easily convert this markdown file to a PDF in [VSCode](https://code.visualstudio.com/) using this handy extension [Markdown PDF](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf).**
# Groovy Learning Resources
[Apache Groovy](https://groovy-lang.org/) is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.
[Introducing Groovy from Oracle](https://www.oracle.com/technical-resources/articles/java/groovy.html)
[Learning Groovy](https://groovy-lang.org/learn.html)
[The Complete Apache Groovy Developer Course on Udemy](https://www.udemy.com/course/apache-groovy/)
[Groovy Fundamentals from Pluralsight](https://www.pluralsight.com/courses/groovy-fundamentals)
[Getting Started with Groovy from Pluralsight](https://www.pluralsight.com/courses/groovy-getting-started)
[Fluently Groovy tutorial from IBM](https://www.ibm.com/developerworks/java/tutorials/j-groovy/j-groovy.html)
[Groovy language Style guide](http://groovy-lang.org/style-guide.html)
# Groovy Tools, Libraries, and Frameworks
[Visual Studio Code](https://code.visualstudio.com/) is a code editor redefined and optimized for building and debugging modern web and cloud applications.
[Code Server](https://coder.com/) is a tool that allows you to run [VS Code](https://code.visualstudio.com/) on any machine anywhere and access it in the browser.
[Language Server Protocol (LSP)](https://microsoft.github.io/language-server-protocol/) is a tool that defines the protocol used between an editor or IDE and a language server that provides language features like auto complete, go to definition, find all references etc.
[IntelliJ IDEA](https://www.jetbrains.com/idea/) is an IDE for Java, but it also understands and provides intelligent coding assistance for a large variety of other languages such as Kotlin, SQL, JPQL, HTML, JavaScript, etc., even if the language expression is injected into a String literal in your Java code.
[Gradle](https://github.com/gradle/gradle) is a build automation tool that supports multi-language development. If you're building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle is designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, Swift, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins.
[Groovy Language Server](https://github.com/prominic/groovy-language-server) is a [language server](https://microsoft.github.io/language-server-protocol/) protocol for [Groovy](https://groovy-lang.org/).
[Apache Camel](https://camel.apache.org/components/latest/languages/groovy-language.html) is an Open Source integration framework that supports Groovy along with other Scripting Languages to allow an Expression or Predicate to be used in the DSL or [Xml Configuration](https://camel.apache.org/manual/latest/xml-configuration.html).
[Gradle Kotlin DSL converter](https://github.com/bernaferrari/GradleKotlinConverter) is a tool that converts from Groovy to Kotlin DSL for Gradle in Android Studio.
[Rest-assured](https://github.com/rest-assured/rest-assured) is a Java DSL for easy testing of REST services.
[Spock](https://github.com/spockframework/spock) is a BDD-style developer testing and specification framework for Java and Groovy applications.
[Micronaut](https://micronaut.io) is a modern, JVM-based, full stack Java framework designed for building modular, easily testable JVM applications with support for Java, Kotlin and the Groovy language.
[Nextflow](https://github.com/nextflow-io/nextflow) is a bioinformatics workflow manager that enables the development of portable and reproducible workflows. It supports deploying workflows on a variety of execution platforms including local, HPC schedulers, AWS Batch, Google Cloud Life Sciences, and Kubernetes. Additionally, it provides support for manage your workflow dependencies through built-in support for Conda, Docker, Singularity, and Modules.
[Dex : The Data Explorer](https://github.com/PatMartin/Dex) is a data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.
[Groovy-Eclipse](https://github.com/groovy/groovy-eclipse) is a project that provides Eclipse and Maven tooling support for the Apache Groovy programming language.
# Contribute
- [x] If would you like to contribute to this guide simply make a [Pull Request](https://github.com/mikeroyal/Groovy-Guide/pulls).
## License
Distributed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) Public License](https://creativecommons.org/licenses/by/4.0/).