• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Spawning a Java process

New Here ,
Jun 21, 2006 Jun 21, 2006

Copy link to clipboard

Copied

hey,
I have no idea if this is possible, but i have my fingers crossed.

So what i want to do is create an instance of a java object that extracts some data from a database and then emails it to a specified email address.
I want CF to create the java object, set all the variables and then finish. Ie i don't want CF to wait for the extraction to complete.
Is there anyway that i can do this? I'm thinking no, but its worth asking.

Cheers Bec.
TOPICS
Advanced techniques

Views

336

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 21, 2006 Jun 21, 2006

Copy link to clipboard

Copied

Bec Gorton wrote:
> i don't want CF to wait for the extraction to complete.
> Is there anyway that i can do this? I'm thinking no, but its worth asking.

if you're on cf7 enterprise, use the asynch gateway.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jun 21, 2006 Jun 21, 2006

Copy link to clipboard

Copied

CFHTTP

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 22, 2006 Jun 22, 2006

Copy link to clipboard

Copied

LATEST
> ...an instance of a java object that extracts some data from a database
> and then emails it to a specified email address.


<cfcomponent>
<cfquery>
</cfquery>
<cfmail>
</cfmail>
</cfcomponent>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation