rant
Apache CXF Web Service Development - Book Review
Submitted by Tomek Kaczanowski on Wed, 01/06/2010 - 22:00
This is a review of "Apache CXF Web Service Development" book by Naveen Balani and Rajeev Hathi (Packt Pub, 2009)
How Programming Books Promote Code Smells
Submitted by Tomek Kaczanowski on Tue, 01/05/2010 - 20:50This rant is dedicated to code examples (found in books) that promote bad programming habits. Some of them can be counted among famous code smells.
...for God's sake, books should be educational in every aspect !
Clirr Maven Plugin - inner classes problem
Submitted by Tomek Kaczanowski on Fri, 12/04/2009 - 14:22Do you know this nice tool called Clirr and its Maven plugin ? Well, it is very nice, although it fails miserably in case of some inner class changes. Thus, it doesn't work for some of my projects. :(
Annoyed by checkstyle errors?
Submitted by Tomek Kaczanowski on Thu, 01/01/2009 - 12:35Sometimes, when I try to build some (open-source) project from sources, I got checkstyle errors like this (example comes from Fuse ESB):
getters and setters is all I need
Submitted by Tomek Kaczanowski on Sun, 10/07/2007 - 15:21Yes, I have a grudge against hibernate. Yes, hibernate. Oh, it's a great ORM, I use it a lot, it's really ok. But... but if an inexperienced programmer learns from hibernate-style classes then the get/set trouble comes.