Stephen Colebourne's blog
Thoughts and Musings on the world of Java and beyond
Tuesday, 23 May 2006
Immutable POJOs - Improving on getters/setters
›
So we all know the bean/POJO get/set convention right? Its fine for mutable objects, but what about immutables? The convention just doesn...
1 comment:
Tuesday, 10 January 2006
Maven SourceForge Plugin v1.3 - Rapid releases!
›
Well my latest little project is complete - the Maven SourceForge plug-in . Basically all I've done is reactivated an existing plug-in ...
Friday, 30 December 2005
Joda-Time subprojects released
›
I've just finished releasing the Joda-Time hibernate support (0.8) and Joda-Time JSP tags (0.9) subprojects. Both these projects ar...
Thursday, 22 December 2005
Joda-Time 1.2 is released
›
I had hoped it might have been released before Javapolis, but time pressures came into play (no pun intended!) Anyway, Joda-Time 1.2, the re...
3 comments:
Sunday, 27 November 2005
Changing Java: Adding simpler primitive creation
›
So, when you're coding in Java sometimes you just have to use primitives. (We'd all love to use objects all the time, but that just...
5 comments:
Thursday, 24 November 2005
Adding for loop indexing to Java
›
When using the new for loop in JDK 1.5 do you ever need an index? What do you do, and could a language change help? Collection coll = .....
6 comments:
Wednesday, 23 November 2005
Adding auto casts to Java
›
OK, so after auto null checks and code blocks what else would make Java that little bit clearer to read and write? What about casts? On...
8 comments:
‹
›
Home
View web version