Oliver's blog entry inspired me to get off my butt and write something.
Since he was writing about checking for cyclic packages with JDepend, I though it would be worth showing how to do the same thing with classycle.
To content | To menu | To search
Saturday, May 16 2009
By Tim on Saturday, May 16 2009, 12:34 - Development
Oliver's blog entry inspired me to get off my butt and write something.
Since he was writing about checking for cyclic packages with JDepend, I though it would be worth showing how to do the same thing with classycle.
Thursday, February 21 2008
By Tim on Thursday, February 21 2008, 23:39 - Development
Prior to the release of Java 5, the Java library had 1 class that provided access to type information at runtime - java.lang.Class. However, with the introduction of generics in Java 5, this has been extended significantly. Dealing with all these classes, and working with them at runtime, is overly complex, and reduces the power of generics.
Orthodox is a library that makes it easier to work with the Java type system at runtime.
By Tim on Thursday, February 21 2008, 22:10 - Development
Ted blogged about the absence of leadership in the direction of Java (the language).
One of the comments there suggested we forget about backward compatibility.
I'm not necessarily for or against that idea, but I do think it's worth thinking about, so we know what it is we're trying to preserve, and what we're willing to give up.
By necessity then, the first step must be to define what we mean be backwards compatibility...
Sunday, April 29 2007
By Tim on Sunday, April 29 2007, 01:43 - Development
The dimple framework turned up after I did some (mostly) random searching on Google.
Tuesday, April 10 2007
By Tim on Tuesday, April 10 2007, 23:19 - Development
I'm pleased to announce that after sitting around for quite a few weeks, I have finally succeeded in pushing out the first release of "tie"
« previous entries - page 1 of 3