| Levon Barker 2004-09-24, 8:56 am |
| I have had to do this.
Did a fair bit of research and the best that I could come up with (and
what we have implemented) is to call mod_perl url from java. That way we
don't have to recompile each time, and get some database persistance
with Apache::DBI.
Works out quite well.
On Sep 23, 2004 04:24 PM, Siegfried Heintze <siegfried@heintze.com>
wrote:
> I did a google search on calling Perl from Java. I found one site
> (http://ebb.org/perljvm/) that suggested the most promising project
> tackling
> this problem had been abandoned.
>
> The traditional approach is apparently very cumbersome: Have Java call
> C and
> C all Perl. This sounds very tedious.
>
> Does this sum up the situation?
>
> Thanks,
> Siegfried
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
|