Colin's Devlog

Thoughts on software development, technology, etc.

Saturday, November 12, 2011

Lambdas in Java: Playing with the snapshot binary

›
The first binary snapshots of the Project Lambda repository were made available yesterday. I hadn't bothered to check out and build the...
1 comment:
Monday, June 20, 2011

Using libraries

›
I occasionally get flak for recommending Guava as a solution on relatively simple questions on StackOverflow. The argument generally goes: ...
1 comment:
Thursday, April 7, 2011

Lambdas in Java: constructor references

›
One thing I'm extremely excited about is the addition of support for lambda expressions in JDK 8. I've been following the Project La...
1 comment:
Wednesday, February 16, 2011

Deploying documentation to GitHub pages with Jenkins / Hudson

›
GitHub Pages is a neat feature of GitHub that allows you to serve static files by using a special gh-pages branch in a repository. Having ...
1 comment:
Tuesday, February 15, 2011

Git clone error on Jenkins/Hudson on Windows

›
Recently I set up a new instance of Jenkins (formerly Hudson) running on my Windows 7 desktop computer. I tried to set up a job that would p...
8 comments:
Friday, June 18, 2010

Property interfaces and Guava functional programming

›
Something that I’ve been thinking about lately is how I can make it easier to use Guava ’s methods that operate on Function s, Predicate s, ...
1 comment:
Thursday, March 25, 2010

Get your UI out of my logic

›
public enum Type { Select, TypeA, TypeB, TypeC; } I really don't like seeing something like this used in a domain object. ...
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.