Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageI 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> > >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.