Sunday, March 25, 2007

Generics

Java 1.5 introduced this thing and its nice. Something that helps you to get rid of all ClassCastExceptions. Also it allows you to create better and elegant systems. I have just started off with this and liked it....The negative aspect of generics (if any) havent yet been spotted and i would really like ur comments if u know of anything.
Everything about genrics is here

Wednesday, March 21, 2007

YUI

All web developers would be glad for this to Yahoo. Distributed under the BSD Yahoo User Interface(YUI) library is a set of controls and utilities to develop rich web applications. The scoring point apart from the fact that we need not reinvent the wheel is its rich documentation which is generally the bane of most shared projects. So next time, you want a calendar control first go to YUI and check if they have already done your work. It's easy and really good. Click here to know more