I try to avoid Java programming as much as possible but I have found instances where native Java has it's place, especially in CPU intensive pieces of a large high volume application. Just remember while CF is very optimized and runs very fast, it is still a scripting language and runs at a p-code level at best -- heavy parsing and moving of data or number crunching is not it's forte.
↧