Stephen Colebourne's blog
Thoughts and Musings on the world of Java and beyond
Wednesday, 6 August 2014
StringJoiner in Java SE 8
›
Java SE 8 added a new class for joining strings - StringJoiner . But is it any good? StringJoiner Here is what the Javadoc of the new ...
5 comments:
Tuesday, 1 July 2014
ThreeTen-Backport vs Joda-Time
›
So which project should you choose? ThreeTen-Backport or Joda-Time? Date and Time libarary pre-Java 8 Over the years, I have produced t...
Thursday, 26 June 2014
Iterable in Java SE 8
›
In the last few weeks I've finally had the chance to use lambdas and streams in Java SE 8 in anger. In doing so, I've found much to...
13 comments:
Friday, 21 March 2014
VALJOs - Value Java Objects
›
The term "value object" gets confusing in Java circles with various different interpretations. When I think about these I have my...
23 comments:
Monday, 10 February 2014
New project: ThreeTen-Extra for JDK 8
›
JDK 8 includes JSR-310, a new date and time library. But what about functionality that didn't make it into the JDK? ThreeTen-Extra ...
13 comments:
Saturday, 8 February 2014
Turning off doclint in JDK 8 Javadoc
›
JDK 8 includes many updates, but one is I suspect going to cause quite a few complaints - doclint for Javadoc. Javadoc doclint Documenta...
40 comments:
Wednesday, 5 February 2014
Exiting the JVM
›
You learn something new about the JDK every day. Apparantly, System.exit(0) does not always stop the JVM! System.exit() This is a great...
7 comments:
‹
›
Home
View web version