VOOZH about

URL: https://www.javacodegeeks.com/tag/groovy

⇱ Groovy Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Alex StaveleyMarch 31st, 2020
    0 604

    Clean Unit Testing

    It’s easy to write “unit test” tests that use JUnit and some mocking library. They may produce code coverage that…

    Read More »
  • Enterprise Java👁 Image
    Tomasz LinkowskiMarch 30th, 2019
    1 233

    Building Java 6-8 Libraries for JPMS in Gradle

    Find out how to use Gradle to build Java 6-8 libraries that support JPMS (Java Platform Module System) by providing…

    Read More »
  • Kotlin👁 Image
    Dominik PrzybyszOctober 4th, 2018
    0 134

    Testing Kotlin with Spock Part 3 – Interface default method

    Kotlin allows you to put method implementation in an interface. The same mechanism can be found in Java interfaces as…

    Read More »
  • Enterprise Java👁 Image
    Marcin ZajaczkowskiSeptember 17th, 2018
    0 189

    Simplify integration testing of legacy application with Spock 1.2

    Learn how leverage Spock 1.2 to slice a Spring context of a legacy application writing integration tests. Have you ever…

    Read More »
  • Kotlin👁 Image
    Dominik PrzybyszMay 30th, 2018
    0 127

    Testing Kotlin with Spock Part 2 – Enum with instance method

    The enum class with instance method in Kotlin is quite similar to its Java version, but they are look a…

    Read More »
  • Enterprise Java👁 Image
    David WongMarch 2nd, 2018
    0 735

    Gradle Dependencies for Java, use compile or implementation?

    While I was explaining to a colleague about using Gradle for Java projects (he was moving away from Maven), we…

    Read More »
  • Software Development👁 Image
    Ted VinkeDecember 22nd, 2017
    0 85

    X-Mas Musings – Too Many Paths. One Path Spec?

    December is for many people a period of reflection or thought. So I decided to reflect upon last year’s things…

    Read More »
  • Groovy👁 Image
    Dustin MarxJuly 24th, 2013
    0 115

    Escaping XML with Groovy 2.1

    When posting source code to my blog, I often need to convert less than signs (<), and greater than signs…

    Read More »
  • Desktop Java👁 Image
    Dustin MarxFebruary 12th, 2013
    2 178

    Hello GroovyFX

    GroovyFX brings together two of my favorite things: Groovy and JavaFX. The main GroovyFX Project page describes GroovyFX as ‘[providing]…

    Read More »
Back to top button
Close