February 11, 2019
Groovy - What is Memoization?
Learn about memoization in Groovy, a powerful technique to optimize performance by caching function results. Understand how it works, its benefits, and how to implement memoization effectively to reduce redundant computations in your applications. Read More
by
Phee Jay
February 01, 2019
Groovy - How to read and write to excel sheets with Groovy?
Scriptom provides a simple COM library for Groovy. It is a Groovy wrapper around JACOB (Java COM Bridge) which provides access to COM Automation components. Scriptom can be used to work with MS Office tools, Internet Explorer or any other Microsoft Windows COM based components. In this article, you will use Scriptom to read and write to excel files. Read More
by
Phee Jay
August 04, 2017
Groovy - Setting Up Sublime Text to Run Groovy Scripts
Groovy is a powerful scripting language that builds on Java, making it easier to write concise and expressive scripts. Sublime Text, a highly customizable text editor, can be configured to execute Groovy scripts, streamlining your workflow. This guide will walk you through the steps to set up Sublime Text to run Groovy scripts on your system. Read More
by
Phee Jay
August 03, 2017
Groovy - How to Read Files in Groovy?
This article shows various ways of reading a text file in groovy. Read More
by
Phee Jay