That'll only work if the Java object is a Servlet, otherwise the request
scope is just as foreign as CFCs.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Matt Liotta
> Sent: Tuesday, October 28, 2003 7:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [CFCDev] CFC Calls From Java
>
>
> > I agree with your conclusion - if the interface is undocumented and
> > constantly changing then using it would be a bad idea. The obvious
> > workaround is to pass the data into the java class when it is
> > instantiated.
> >
> Another workaround is to create a Map in the request scope containing
> the variables you want to pass to a CFC method. You can then include a
> CFM that reads these variables from the request scope, calls the CFC,
> then puts the result into the request scope as well. Thus making it
> available to Java.
>
> Matt Liotta
> President & CEO
> Montara Software, Inc.
> http://www.MontaraSoftware.com
> (888) 408-0900 x901
>

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word '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