I had a time once when I needed a string comparison routine that was written in Java converted to CFML. I found that using the methods on a Java String objects instead of the CF string functions allowed a much easier port of that routine. I didn't have to rework the logic involving zero-based array indexing in Java over to one-based array indexing in CF, which can get quite tricky.
There are all sorts of reasons to utilize Java inside of CF. What did you have in mind? Paul Kenney [EMAIL PROTECTED] 916-212-4359 > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Nando > Sent: Sunday, May 09, 2004 3:58 PM > To: [EMAIL PROTECTED] > Subject: [CFCDev] Java in CF? > > > I've been studying a little Java and i was wondering if / how > people are using it in > CF. I see you can create java objects: > > "Any Java class available in the class path that is specified > in the ColdFusion > Administrator can be loaded and used from ColdFusion with the > CreateObject function." > > Advantages? Uses? ?? > > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at > www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
