Java for young developers

Are you teaching someone Java? Do you know anyone who is taking an introductory training in Java? Do you want your 5 year old kid to start on Java? If yes, then you can help them further by introducing to free interactive IDEs made just for this purpose.

Code Analyzers

During my search for Profilers I stumbled upon some good Java code checkers or Code Analyzers and though most of you may be already aware about them would like to share my thoughts on the same. Please feel free to correct me or add your inputs to this. Talking of Code Review or Analysis I […]

"this" is no good!

Eric Burke has a very sound advice against using “this” in your Java code, an advice against the conventions. Prefixing object field references with “this”, says Eric, clutters up code and may indicate too much complexity. “If you really need to differentiate local variables from object fields, consider prefixing your object fields with “_” or some other […]

Project Rave

Sue Spielman has some more details on Project Rave. The key phrase here is “simplified development model”,  in accordance with Sun’s aim of  “lowering the barrier and entry point for the corporate developers” and “sucking up the VB corporate/IT programmers into the Java platform”. It’s another thing that, as Sue reported, a 404 error surfaced during Hammerhead’s demo at […]

Well begun!

Though some have been grumbling right from its launch I think the new initiative of a community place is a welcome step. Moreover, I think the fact that it is “blessed by SUN” will add to the likelihood of it becoming the “new central meeting place”. Now, I don’t wish to undermine the feeling here that the other existing communities […]

Sun: Empathising with Programmers?

My tête-à-tête with EJB was not pleasant. Though involved in server-side development I have never been into developing end-to-end J2EE applications using EJB. Despite of joining a crash course it scared me. Many fellow Java developers would perhaps agree: conceptually, EJB seemed intimidating. It seems Sun Microsystems has now awoken to the fact as well. […]