From: <ro...@da...> - 2003-01-16 04:07:11
|
I am working on a webapp and would like to have a session persistance schemebean? I am not sure if this is the proper term. The idea is to create a jscheme instance, init it with state and procedures etc, and then save it as a session object. Servlets could execute eval methods on it like (.eval schemeObject args), This would let me put things like jdbc statements, lambdas and such that could be shared among servlets in a session. What is the best way to do this or am I on the wrong track... thanks davud |