Lost your password?

Blogs about: Gscript Development

Featured Blog

Automation of Burn-up and Burn-down charts using GScript and Entrance

Shane Duan wrote 1 month ago: I have always found that the burn-up and burn-down charts are very informative and fit to the iterat … more →

Tags: Iterative Development, Sprints

I Am Hate Method Overloading (And So Can You!)7 comments

Carson Gross wrote 6 months ago: My hatred of method overloading has become a running joke at Guidewire. My hatred is genuine, icy ho … more →

Tags: Philosophy

I hate to beat a dead horse and all . . .1 comment

Alan Keefer wrote 1 year ago: . . . but this is pretty egregious.  I got so sick of writing my own partition code in Java (since I … more →

Tags: Code Samples

The Necessity of Type Inference3 comments

Alan Keefer wrote 1 year ago: Type inference is a subject near and dear to our heart here at Guidewire; one of the primary feature … more →

Tags: gscript, Java, type-inference

Why I'm Not a Fan of Java's Auto-Unboxing3 comments

Alan Keefer wrote 1 year ago: Starting with Java 1.5, the Java compiler started automatically taking care of converting boxed vers … more →

Tags: gscript, Java, auto-unboxing

Sorting A List11 comments

Carson Gross wrote 1 year ago: Note:I’ve rewritten this post based on feedback from Neal and Ted in the comments. I’ve … more →

Tags: Code Samples, development

It's a little thing, but . . .5 comments

Alan Keefer wrote 1 year ago: I just found myself writing the following tiny snippet of GScript: print("Evaluating group with form … more →

Tags: Code Samples

Advanced Enhancements

Carson Gross wrote 1 year ago: In Keef’s post pointing out some problems with generics in java, he made a quick mention of en … more →

Tags: Code Samples, development

Some Ways To Improve On Java's Generics1 comment

Alan Keefer wrote 1 year ago: Plenty of ink has already been spilled over the issue of Java generics, so perhaps I’m just ad … more →

GScript > Java (pt. 4)1 comment

Carson Gross wrote 1 year ago: A few weeks ago when I was writing some java code in the GScript runtime, I came across a situation … more →

Language Comparison - Properties5 comments

Alan Keefer wrote 1 year ago: It’s generally accepted wisdom by now that giving client objects direct access to data stored … more →

Tags: Code Samples, gscript, Java, Ruby, Python, language comparison, Properties

Language Comparison - List Mapping7 comments

Alan Keefer wrote 1 year ago: Continuing with the language comparison theme, I’ll look at another common list processing ope … more →

Tags: Code Samples, gscript, Java, Ruby, Python, language comparison

Language Comparison - List Iteration3 comments

Alan Keefer wrote 1 year ago: In my spare time I’ve started to learn Python (I’m working through the most excellent, a … more →

Tags: Code Samples, gscript, Java, Ruby, Python, language comparison

Why Java Needs Closures8 comments

Alan Keefer wrote 1 year ago: There was a post by Bruce Eckel on Artima  this week that asked the question of whether or not closu … more →

Enhancements In GScript2 comments

Carson Gross wrote 1 year ago: You may wonder how we get all those great closure-based methods like findAll() and sortBy() onto cla … more →

Tags: Code Samples, development

GScript > Java (pt. 3)

Carson Gross wrote 1 year ago: Here is how you sum up an array of integers in java: int[] values = ... int sum = 0; for( value : va … more →

Tags: Code Samples, development

GScript > Java (pt 2)1 comment

Carson Gross wrote 1 year ago: Sometimes you need to get the last element in an array. Here is how you do it in java:   S … more →

GScript > Java11 comments

Carson Gross wrote 1 year ago: Sorting a list of employees by salary in java: List<Employees> someEmployees = getEmployees(); … more →

Tags: development, gscript, Java

A Shadowy Flight Into the Dangerous World of a Programming Language That Should Not Exist

Carson Gross wrote 1 year ago: Guidewire is a kick-ass company is many, many ways, but the most important way it kicks ass for engi … more →

Tags: development, gscript, Java


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS