Servlet in Jython using ZEOB?

Mishre mishre at hushmail.com
Sun Jan 27 14:44:47 EST 2002


Has anyone tried to use Jython to create a servlet which uses ZEOB for
storage?  Looking at the Jython web site it appears that I could use
org.python.util.PythonInterpreter to get access to ZEOB; if it
imports.

  However, one thing I'm wondering is if I would have to use
interp.set and interp.exec every time I wanted to commit, retrieve or
manipulate data?

  Thanks for any info,

-M



More information about the Python-list mailing list