Using Java from Python
Mongryong
Mongryong at sympatico.ca
Thu Jan 23 22:51:42 EST 2003
Well, I'm using mod_python with Apache. If I wanted to use some Java
code, say FOP, I would like to be able to use it without having to spawn
a process to use its command-line app. That is, I'd rather execute FOP
like it was a 'class'.
So, is it possible to write a 'C' module that acts as proxy between
Python and Java? In this example, I would need a FOP 'C' module.
On Thu, 2003-01-23 at 22:31, Jp Calderone wrote:
> On Thu, Jan 23, 2003 at 09:34:07PM -0500, Mongryong wrote:
> > Is it possible to write a Python 'c' module that executes Java code? Or,
> > is there a way to integrate Jython with Python without having to spawn a
> > new process?
>
>
> Can you be more specific? What needs do you have that Jython does not
> adequately address?
>
> Jp
>
> --
> Lowery's Law:
> If it jams -- force it. If it breaks, it needed replacing anyway.
> --
> up 39 days, 7:49, 2 users, load average: 0.58, 0.57, 0.54
More information about the Python-list
mailing list