August 01, 2007

cf8 javacast

another interesting coldfusion 8 upgrade that i've kind of glossed over before are the new data types that javacast supports:
  • bigdecimal
  • byte
  • char
  • short
as well as the nifty new ability to cast Arrays (which has been something i'd actually requested a while back):

bigDecimalArray=javacast("bigdecimal[]",cfArray);

very cool.

0 Comments:

Post a Comment

<< Home