Copy items that are not faded out

This commit is contained in:
Daniel Pötzinger
2017-09-08 22:58:47 +02:00
parent 8be44ec001
commit c5e09dd126
63 changed files with 2 additions and 645 deletions

View File

@@ -4,7 +4,3 @@ ring: trial
quadrant: languages-and-frameworks
---
Groovy is a dynamically typed compiled language running on the JVM. It is easy to learn as it provides a familiar syntax for Java programmers, but also offers advanced features such as closures and makes some mandatory Java syntax requirements optional to enhance the conciseness of the code. These features make Groovy especially well-suited for scripting and domain-specific languages. This is used by popular tools such as Gradle or Spock.
At AOE, Groovy is used in many projects and areas. We use Gradle as a build system, we carry out unit and integration testing with Spock and Geb, we generate Jenkins jobs with JobDSL and we implement complete services with Groovy and [Spring Boot](/languages-and-frameworks/spring-boot.html).