[Zope] calling a java program

Andreas Jung Andreas Jung" <andreas@andreas-jung.com
Thu, 12 Apr 2001 10:58:33 -0400


> Is there a way to call a java application program through zope?

The simplest way is to create an external method and call os.system()
inside the external method.

Andreas