Re: Can a Java program use a CF data source?

2006-09-27 Thread Justin Holzer
mailto:[EMAIL PROTECTED] > > Sent: Friday, September 22, 2006 10:00 AM > > To: CF-Talk > > Subject: Can a Java program use a CF data source? > > > > We'd like for our Java developers to be able to use our > > ColdFusion data sources. This would eliminate the ne

RE: Can a Java program use a CF data source?

2006-09-27 Thread Carl Ruopp.Jr
(); Just remember to close up the connection when you're done. :) Leon > -Original Message- > From: Dan Parker [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 10:00 AM > To: CF-Talk > Subject: Can a Java program use a CF data source? > > We

RE: Can a Java program use a CF data source?

2006-09-27 Thread Leon Oosterwijk
ginal Message- > From: Dan Parker [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 10:00 AM > To: CF-Talk > Subject: Can a Java program use a CF data source? > > We'd like for our Java developers to be able to use our > ColdFusion data sources. This would eliminat

Re: Can a Java program use a CF data source?

2006-09-24 Thread Justin Holzer
At my work we have ColdFusion running on top of a WebLogic server. When we configure the data sources through WebLogic, which just creates a J2EE datasource we have no problem using it in both CF and Java. In some instances, we also convert the JDBC recordset to a CFQuery object. Unfortunately, I

Re: Can a Java program use a CF data source?

2006-09-22 Thread Jochem van Dieten
Dan Plesse wrote: > > Reading a few strings from a file and saving them or giving them to > another object does not seem to be too much of a big > deal and now with the new datasource tags it does not seem that your feature > will be USP for too much longer. See, you don't even need code exa

Re: Can a Java program use a CF data source?

2006-09-22 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote: > What is USP about it? Technically it is nothing that hasn't been done before. Strategically, it is part of a whole project centered around streamlining deployment processes and delivering applications as EAR files where you can't even see they contain CF anymo

Re: Can a Java program use a CF data source?

2006-09-22 Thread Dan Plesse
Jochem, Reading a few strings from a file and saving them or giving them to another object does not seem to be too much of a big deal and now with the new datasource tags it does not seem that your feature will be USP for too much longer. I think my Stealth DataSource Product is a J2EE dat

Re: Can a Java program use a CF data source?

2006-09-22 Thread Robertson-Ravo, Neil (RX)
Plesse To: CF-Talk Sent: Fri Sep 22 19:08:27 2006 Subject: Re: Can a Java program use a CF data source? Jochem, What is USP? Can you at least give up some hints? Thanks Dan On 9/22/06, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > > What is USP about it? > > > &g

Re: Can a Java program use a CF data source?

2006-09-22 Thread Dan Plesse
89107910. The opinions expressed within > this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -Original Message----- > From: Jochem van Dieten > To: CF-Talk > Sent: Fri Sep 22 18:36:28 2006 &

Re: Can a Java program use a CF data source?

2006-09-22 Thread Robertson-Ravo, Neil (RX)
Fri Sep 22 18:36:28 2006 Subject: Re: Can a Java program use a CF data source? Dan Plesse wrote: > > Do you have a code example of this for us kids? No, my boss considers this a USP. Even when we deliver this to our customers it is in the form of compiled te

Re: Can a Java program use a CF data source?

2006-09-22 Thread Jochem van Dieten
Dan Plesse wrote: > > Do you have a code example of this for us kids? No, my boss considers this a USP. Even when we deliver this to our customers it is in the form of compiled templates. Jochem ~| Introducing the Fusi

Re: Can a Java program use a CF data source?

2006-09-22 Thread Dan Plesse
Jochem, Do you have a code example of this for us kids? Thanks Dan ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your doo

Re: Can a Java program use a CF data source?

2006-09-22 Thread Jochem van Dieten
Dan Parker wrote: > We'd like for our Java developers to be able to use our ColdFusion > data sources. This would eliminate the need for them to have separate > config files for database connections. > > An alternate question would be "Can CF and Java developers use the > same data sources?" I'

Re: Can a Java program use a CF data source?

2006-09-22 Thread Dan Parker
We're running the stand alone version, but we are considering running the J2EE version when we upgrade to MX7. I'll check out the "global datasources" idea. Thanks! ~| Introducing the Fusion Authority Quarterly Update. 80 pages

RE: Can a Java program use a CF data source?

2006-09-22 Thread loathe
006 11:00 AM > To: CF-Talk > Subject: Can a Java program use a CF data source? > > We'd like for our Java developers to be able to use our ColdFusion data > sources. This would eliminate the need for them to have separate config > files for database connections. > > An a

Can a Java program use a CF data source?

2006-09-22 Thread Dan Parker
We'd like for our Java developers to be able to use our ColdFusion data sources. This would eliminate the need for them to have separate config files for database connections. An alternate question would be "Can CF and Java developers use the same data sources?" I'd like to know our options. M