RSS feed
<< December 2007 | Home | February 2008 >>

JavaBeans and JSP EL

Conversion rules for attribute names

Java naming conventions suggest using firstWordLowerCaseButInternalWordsCapitalized for instance variable names. This rule doesn't work very well with "cool" name prefixes like "i", "e", "x", etc. as in eCommerce, xFactor, iPod!

Read more...

Tags :