Browsing the archives for the Java tag

JUnit and EasyMock

Unit testing is tedious, but it has saved my bacon so many times already that even though it eats my time I still religiously create unit test cases for every important business logic use cases. I’ve been using Spring’s integration with JUnit and its very cool transaction support for test cases. Unfortunately with this approach, [...]

0 Comments

Eclipse and Snow Leopard

Just upgraded my Macbook Pro (3,1) to Snow Leopard and the increase in speed and responsiveness of the system is immediately apparent. While everything seems to be working fine, two of my work-related softwares are broken. One is Macports, the fix is quite easy, just an upgrade to the new Macports version and its good [...]

9 Comments

Enterprise and their sucky frameworks

No i’m not talking about frameworks that addresses their own unique business needs. I’m talking about your ORMs, MVC web frameworks, javascript (including ajax) frameworks, but for now i’m talking about your everyday java enterprise application. There is at least one of this monstrocities that is being build in every big company under the pretense [...]

3 Comments