RSS feed
<< 03 January 2008 | Home | 05 January 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 :