I would like to have the capability to exchange data between UNRELATED
CFML and Java code; possibly using Session and/or Application
Variables ! Is there an approach for this provided by OpenBD ?

Along the following lines:
- In a .cfm file, do this:
  - <cfset session["sharedSessionVar"] = "sharedSessionVarValue" />

- In a .java file, do this:
  - String sharedSessionVar =
session.getAttribute("sharedSessionVar");
  - The Java variable sharedSessionVar should have the value
"sharedSessionVarValue" then

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to