Categories
Development

Getting rid of getters and setters

Allen Holub follows up on his “Why Getters and Setters are Evil” with an article on how to avoid them using J2SE 5 annotations here. Even if you disagree to his statement it is a good basic introduction to annotations.

Categories
Development

Aspect consolidation

Wow, it seems the Aspect people are really making an effort to put differences aside and make all pull in the same direction. Dion has some details on future plans here.

Categories
Development

JSP Tag files

Wow, I had actually forgotten these existed. JSP Tag Files. Rediscovered them after reading comments on Michaels entry about Spring vs. Struts.