Community Member Profile
- Profile: /members/2129-James.htm
- Comments: 2
- Points: 1
Recent Blog Comments By James
-
ColdFusion Data Types From Different Sources (And How ColdFusion Sees Them)
Posted on Nov 2, 2006 at 3:11 PM
Also useful to know that if you were to do something like: <cfset c = c + 1/> And then call c.GetClass().GetName(), you'd end up with java.lang.Double . It's caught me out a couple of times when passing values into java methods that are of type int and obviously I was passing a... read more »
-
Skin Spider : A Programmatic Configuration Object
Posted on Oct 25, 2006 at 3:06 PM
"as far as DSN, I was thinking about perhaps having a DSN bean that gets created and stored within the Config bean" Hi Ben, What do you see as the advantage of doing the above over having a variable in a persistant scope which stores the DSN info? Great blog BTW, keep up the go... read more »



