-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

There's a lot of stuff already out there already in the API specs for
Java (http://java.sun.com/reference/api/index.html). You might also
like to snoop around SourceForge (http://www.sourceforge.net) to see
if there's anything you like. 

PGP Key @ http://pgp.mit.edu/

- -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Nando
Sent: Sunday, May 09, 2004 7:34 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Java in CF?


I don't have anything in mind ... yet. I'm probably just too
practical for my own good, already thinking "So how can i put this to
good use" on the second day. But 2 things stand out.

You can fully implement OO in Java ... so is it practical or useful
to write all the classes you would need in a cf app as java classes?
or not? pros and cons?

The java library might be useful ... i'm not familiar enough to tell
how though.

Oh, and your example of a pre-built class sounds interesting. Is
there something similar to cflib.org - sharing java classes?


- -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Paul Kenney
Sent: Monday, May 10, 2004 1:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Java in CF?


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]


- ----------------------------------------------------------
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]

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBQJ7DDSx+RZvHd/EWEQKmowCfTnEAJ8WLOzomJ4bukTJTp2o1UbsAoKVT
p+8EJdc0/y1rpxSTGQ94vhZL
=roKt
-----END PGP SIGNATURE-----

----------------------------------------------------------
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]

Reply via email to