Another consideration, besides the "optimization" (*grin*), is maintainability.
This is one I struggle with constantly, in my mind. I can't help but use some of the nifty stuff that's out there. Maybe it's java cuz I need it fast or portable (, or there's a java wheel I need. ;-) Maybe it's reactor cuz I need to be more organized. Or MG, FB- At any rate... Who in the hell is going to take over for me when I'm gone? What if I suddenly got squished by a 200 story stay-puff marshmallow man? Seriously, I'm leveraging all kinds of knowledge to get what I need done, and really, how much of that is someone else (who's willing to work at the pay level) gonna know? When app X breaks, but it's some weird linux hack job and dev Y don't know linuz... alias file? imap? ldap? WTF!?! In my case it's really bad, but in general, I could still see this as an issue. So you code away in FB, great that's just great, but the next programmer to get your code doesn't know FB. Or any framework. And is expected to maintain it. Ouch! Time to learn... but if you knew that was going to be the case ahead of time... should you still use all the "good stuff"? E.g.: you do a bunch of nifty java stuff via CF. Can the next guy? Maybe that shouldn't be up to us, as coders. That's more of a command decision, I guess- but as a lot of CFers are also commanders... eh. Just randomness... only loosely related to the orig. question. I think. =] :deN On 8/25/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > > > Hi Ian, thanks for your input. > > > > Here's another question. > > > > what if CF can do (A), Java can do (A) > > > > Is there any advantage to Java doing (A) over CF? > > I always hear Java is better at heavy processing (like major number > crucnhing) > than CF is. > > Java has built-in packages that allow things like image metrics and > manipulation....that's why most image manip CFCs these days use Java. > > FYI this could be a long list.....and one full of opinions instead of hard > facts > ;-) > > Cheers > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251104 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

