Tag: Groovy

  • Groovy App Deployment

    As I’ve mentioned before, I do a decent bit of Groovy development at work. Most of that code runs under the context of a SaaS application that I’ve mentioned before, so worrying about most things related to the execution environment isn’t relevant. Recently, though, I had a need to write a little app to sync…

  • Groovy FastStringService RuntimeException

    One of the systems I use at work is a Java-based SaaS platform. This platform makes itself extensible by allowing for custom scripting to be done on it via Groovy, a scripting language that runs on the JVM. This is a fairly common setup that I’ve seen on a variety of platforms over the years,…

  • Create JAR File With IntelliJ

    I’ve recently been doing some work with Java and Groovy for the first time in a year and some change. I’ve historically done some random scripting in Groovy, but I’m now at the point where I’m making some libraries that I can use in other places and greatly simplify some areas of my (coding) life.…