We are not directly sharing any variables between jsp and CF.  However, we 
transfer some variable values via URL, cookie, and through the 
database.  There are lots of ways to share data.

Occasionally, we'll make an HTTP request from CF to JSP, or vice versa, 
with the params in the URL.  The receiving script will then take the 
params, set local variables, and execute some code, and give the response 
back via the http request.

we also have the ability to read CF client variables from JSP (it's just a 
query to the data source).  However, we decided not to attempt to set or 
update client vars.

Also, CFOBJECT can be used to access java directly, although we are not 
using it.




 > Are you sharing jsp and cfm variables?


At 12:35 AM 8/10/2000 -0400, you wrote:
>Nice job Jeff,
>this is one of the fastest sites I've seen in a long time.... The pages
>just pop on the screen.
>
>
>At 12:42 PM 8/9/2000 -0700, you wrote:
> >http://BIGWORDS.com launched a new fuseboxed site this morning, using a JSP
> >/ J2EE / CF combo running Weblogic and Cold Fusion on a combination of NT
> >and Sun machines.
>
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/[email protected]/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

!j!

The mark of mediocrity is searching for the precedent.

!jeff! sherwood     Director of BIGWORDS.com Web Site Design / JEDI
                                               BIGWORDS.com worker#2
.r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to