Reflection in ColdFusion Part 2
Yesterday I was working on using Java reflection to create function pointers in ColdFusion to native ColdFusion methods. I was able to get this to work on any function with only String parameters, but not integer. Well, I found out why.
The integer data type in Java is a primitive data type. There IS a class [...]




