Using Groovy in Java applications to capture branching logic and business rules validation

Groovy as a dynamic language Groovy can be used to a great benefit to capture branching logic and business rules validation that change frequently. Groovy scripts are interpreted within the JVM, they can provide ability to dynamically modify behavior of a program at runtime. Runtime logic adjustment is an important feature in many business apps. …

Using Groovy in Java applications to capture branching logic and business rules validation Read More »