Browse by Tags

More on generics and Inversion of Control
06 April 08 09:29 PM | andersnoras | 2 Comments   
My last post on Java generics and the Repository pattern got a bit of interest. Judging from the feedback I got, I feel the need to elaborate on the Inversion of Control part of this. As some readers pointed out, Google’s Guice container employes Read More...
Filed under: , ,
Generics, Inversion of Control and Repository<T>
03 April 08 07:32 AM | andersnoras | 4 Comments   
Whenever I stray off the beaten path of Java generics, I instantly miss C#’s generics implementation. Earlier today, Java’s type erasure erased a few good hours of productivity whilst I was doing a spike on bringing the IRepository<T> experience Read More...
Is it a bird? Is it a plane? It's a DSL!
15 July 07 06:11 AM | andersnoras | 7 Comments   
My latest posts on DSLs caused a bit of a stir around the blogosphere. Some of of the more constructive debates have been on wether a fluent interface is just a fluent interface or if it can be labeled as a DSL. I have a consultant's answer to this; it Read More...
Filed under: , , , ,
The forth era of Java, the second era of .NET
11 February 07 02:32 PM | andersnoras | 1 Comments   
Johannes Brodwall has written an excellent blog post on the history of Java . Whether you do Java development or not, the article is a great read and it will help clarify the missed history lesson I wrote about earlier. . "There are a few things you need Read More...
Filed under: ,