webMathematica >

Processing a JSP

The first evaluate tag allocates a Mathematica kernel to use for computations, assigning input variables and parameters, and other initialization. Note that the kernel that was allocated will be available in a clean state.
The evaluate tags then use the allocated Mathematica kernel to evaluate their input. Note that any assignments or definitions made in one evaluate tag will be visible in another.